Searched refs:isDelegatingConstructor (Results 1 – 7 of 7) sorted by relevance
1131 cxxConstructorDecl(isDelegatingConstructor()))); in TEST()1133 cxxConstructorDecl(isDelegatingConstructor()))); in TEST()1136 cxxConstructorDecl(isDelegatingConstructor(), parameterCountIs(0)))); in TEST()1139 cxxConstructorDecl(isDelegatingConstructor(), parameterCountIs(1)))); in TEST()
845 if (Ctor->isDelegatingConstructor()) in IsConstructorDelegationValid()1355 if (CD->isDelegatingConstructor()) in EmitCtorPrologue()2368 assert(Ctor->isDelegatingConstructor()); in EmitDelegatingCXXConstructorCall()
5209 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) { in AST_MATCHER() argument5210 return Node.isDelegatingConstructor(); in AST_MATCHER()
2306 bool isDelegatingConstructor() const { in isDelegatingConstructor() function
1844 assert(isDelegatingConstructor() && "Not a delegating constructor!"); in getTargetConstructor()
4014 if (Definition->isDelegatingConstructor()) { in HandleConstructorCall()
1183 !Constructor->isDelegatingConstructor()) { in CheckConstexprFunctionBody()13666 if (!Target || !Target->isDelegatingConstructor() || in DelegatingCycleHelper()