Searched refs:TestCXXConstructorDecl (Results 1 – 1 of 1) sorted by relevance
138 class TestCXXConstructorDecl : public A { class140 TestCXXConstructorDecl(A &a, int i) : A(a), I(i) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl141 TestCXXConstructorDecl(A &a) : TestCXXConstructorDecl(a, 0) { } in TestCXXConstructorDecl() function in testCXXConstructorDecl::TestCXXConstructorDecl