Searched defs:TestCXXConstructorDecl (Results 1 – 1 of 1) sorted by relevance
116 class TestCXXConstructorDecl : public A { class118 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl119 TestCXXConstructorDecl(A &a) : TestCXXConstructorDecl(a, 0) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl