Searched refs:ConstructorDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp457 const auto *ConstructorDecl = dyn_cast<CXXConstructorDecl>(MethodDecl); local
458 if (ConstructorDecl && !ConstructorDecl->isMoveConstructor())
461 if (!ConstructorDecl && !MethodDecl->isMoveAssignmentOperator())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3451 void Parser::ParseConstructorInitializer(Decl *ConstructorDecl) { argument
3465 Actions.CodeCompleteConstructorInitializer(ConstructorDecl,
3470 MemInitResult MemInit = ParseMemInitializer(ConstructorDecl);
3497 Actions.ActOnMemInitializers(ConstructorDecl, ColonLoc, MemInitializers,
3513 MemInitResult Parser::ParseMemInitializer(Decl *ConstructorDecl) { argument
3569 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
3583 getCurScope(), ConstructorDecl, SS, TemplateTypeTy.get(), ArgExprs, II,
3606 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1093 ConstructorDecl(CD),
1105 EmitMemberInitializer(CGF, ConstructorDecl->getParent(), MemberInit,
1106 ConstructorDecl, Args);
1116 EmitMemberInitializer(CGF, ConstructorDecl->getParent(),
1117 AggregatedInits[0], ConstructorDecl, Args);
1151 const CXXConstructorDecl *ConstructorDecl; member in class:__anon1689::ConstructorMemcpyizer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3009 void ParseConstructorInitializer(Decl *ConstructorDecl);
3010 MemInitResult ParseMemInitializer(Decl *ConstructorDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5350 void Sema::ActOnMemInitializers(Decl *ConstructorDecl,
5354 if (!ConstructorDecl)
5357 AdjustDeclIfTemplate(ConstructorDecl);
5360 = dyn_cast<CXXConstructorDecl>(ConstructorDecl);
H A DSemaCodeComplete.cpp5693 Scope *S, Decl *ConstructorDecl, CXXScopeSpec SS, ParsedType TemplateTypeTy,
5699 dyn_cast<CXXConstructorDecl>(ConstructorDecl);
5692 ProduceCtorInitMemberSignatureHelp( Scope *S, Decl *ConstructorDecl, CXXScopeSpec SS, ParsedType TemplateTypeTy, ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6805 void ActOnMemInitializers(Decl *ConstructorDecl,
11981 QualType ProduceCtorInitMemberSignatureHelp(Scope *S, Decl *ConstructorDecl,

Completed in 194 milliseconds