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) { }
119 TestCXXConstructorDecl(A &a) : TestCXXConstructorDecl(a, 0) { }
122 // CHECK: CXXConstructorDecl{{.*}} TestCXXConstructorDecl 'void {{.*}}'
130 // CHECK: CXXConstructorDecl{{.*}} TestCXXConstructorDecl 'void {{.*}}'
132 // CHECK-NEXT: CXXCtorInitializer{{.*}}TestCXXConstructorDecl
133 // CHECK-NEXT: CXXConstructExpr{{.*}}TestCXXConstructorDecl

Completed in 221 milliseconds