Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp427 REGISTER_MATCHER(isDelegatingConstructor); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp769 if (Ctor->isDelegatingConstructor()) in IsConstructorDelegationValid()
1275 if (CD->isDelegatingConstructor()) in EmitCtorPrologue()
2484 assert(Ctor->isDelegatingConstructor()); in EmitDelegatingCXXConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7990 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) { in AST_MATCHER() argument
7991 return Node.isDelegatingConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2783 assert(isDelegatingConstructor() && "Not a delegating constructor!"); in getTargetConstructor()
H A DExprConstant.cpp6397 if (Definition->isDelegatingConstructor()) { in HandleConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2694 bool isDelegatingConstructor() const { in isDelegatingConstructor() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2344 !Constructor->isDelegatingConstructor()) { in CheckConstexprFunctionBody()
18664 if (!Target || !Target->isDelegatingConstructor() || in DelegatingCycleHelper()