2 // RUN: split-file %s %t
4 // RUN: %clang_cc1 -x c++ -Wdocumentation -ast-dump-all %t/t.cpp
7 /// MyClass in the header file
20 /// MyClass::Bar: Foo<int>() is implicitly instantiated and called here.
21 void MyClass::Bar() const {
27 void MyClass::Foo() const {
30 // CHECK: TranslationUnitDecl