Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A 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