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 111 namespace testCXXConstructorDecl {
113 class TestCXXConstructorDecl : public A {
115 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { }
118 // CHECK: CXXConstructorDecl{{.*}} TestCXXConstructorDecl 'void {{.*}}'

Completed in 58 milliseconds