Home
last modified time | relevance | path

Searched refs:TestCXXConstructorDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Misc/
Dast-dump-decl.cpp116 class TestCXXConstructorDecl : public A { class
118 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl
119 TestCXXConstructorDecl(A &a) : TestCXXConstructorDecl(a, 0) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl
/external/llvm-project/clang/test/AST/
Dast-dump-decl.cpp138 class TestCXXConstructorDecl : public A { class
140 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl
141 TestCXXConstructorDecl(A &a) : TestCXXConstructorDecl(a, 0) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl