HomeSort by relevance Sort by last modified time
    Searched full:testcxxconstructordecl (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Misc/
ast-dump-decl.cpp 114 namespace testCXXConstructorDecl {
116 class TestCXXConstructorDecl : public A {
118 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { }
121 // CHECK: CXXConstructorDecl{{.*}} TestCXXConstructorDecl 'void {{.*}}'

Completed in 116 milliseconds