Home
last modified time | relevance | path

Searched defs:TestCXXConstructorDecl (Results 1 – 1 of 1) 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