Home
last modified time | relevance | path

Searched defs:ConstructorDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp44 if (const CXXConstructorDecl *ConstructorDecl = in isCopyConstructorCall() local
60 const CXXConstructorDecl *ConstructorDecl = in isMoveConstructorCall() local
H A DMoveChecker.cpp453 const auto *ConstructorDecl = dyn_cast<CXXConstructorDecl>(MethodDecl); in checkPostCall() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp524 const CXXConstructorDecl *ConstructorDecl = S->getConstructor(); in VisitCXXConstructExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3930 void Parser::ParseConstructorInitializer(Decl *ConstructorDecl) { in ParseConstructorInitializer()
3993 MemInitResult Parser::ParseMemInitializer(Decl *ConstructorDecl) { in ParseMemInitializer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1144 const CXXConstructorDecl *ConstructorDecl; member in __anon79f44e7e0311::ConstructorMemcpyizer
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6477 Decl *ConstructorDecl, CXXScopeSpec SS, ParsedType TemplateTypeTy, in ProduceCtorInitMemberSignatureHelp()
H A DSemaDeclCXX.cpp5629 void Sema::ActOnMemInitializers(Decl *ConstructorDecl, in ActOnMemInitializers() argument