Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 17 of 17) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp1113 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
2129 const CXXConstructorDecl *Constructor; member in __anon627687aa0211::UninitializedFieldVisitor
2134 const CXXConstructorDecl *Constructor) in UninitializedFieldVisitor()
2267 const CXXConstructorDecl *Constructor) { in CheckInitExprContainsUninitializedFields()
2292 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields()
2505 CXXConstructorDecl *Constructor in BuildMemInitializer() local
2980 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer()
3090 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer()
3450 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer()
3469 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers()
[all …]
DSemaInit.cpp2826 ::AddConstructorInitializationStep(CXXConstructorDecl *Constructor, in AddConstructorInitializationStep()
3029 CXXConstructorDecl *Constructor = 0; in ResolveConstructorOverload() local
3463 CXXConstructorDecl *Constructor = 0; in TryRefInitWithConversionFunction() local
4088 CXXConstructorDecl *Constructor = 0; in TryUserDefinedConversion() local
4814 CXXConstructorDecl *Constructor = 0; in LookupCopyAndMoveConstructors() local
4978 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local
5147 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local
5814 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local
6572 CXXConstructorDecl *Constructor in Diagnose() local
6648 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
DSemaAccess.cpp1623 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1666 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
DSemaOverload.cpp1137 if (CXXConstructorDecl *Constructor in TryUserDefinedConversion() local
2918 CXXConstructorDecl *Constructor, in isFirstArgumentCompatibleWithType()
2943 CXXConstructorDecl *Constructor = 0; in IsInitializerListConstructorConversion() local
2978 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in IsInitializerListConstructorConversion() local
3078 CXXConstructorDecl *Constructor = 0; in IsUserDefinedConversion() local
3167 if (CXXConstructorDecl *Constructor in IsUserDefinedConversion() local
5487 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); in AddOverloadCandidate() local
DSemaExprCXX.cpp2526 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); in BuildCXXCastArgument() local
3483 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait() local
3520 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait() local
DTreeTransform.h2236 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr()
8187 CXXConstructorDecl *Constructor in TransformCXXConstructExpr() local
8249 CXXConstructorDecl *Constructor in TransformCXXTemporaryObjectExpr() local
DSemaStmt.cpp2463 CXXConstructorDecl *Constructor in PerformMoveOrCopyInitialization() local
DSemaTemplateInstantiateDecl.cpp1559 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
DSemaDecl.cpp7580 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local
9796 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
DSemaCodeComplete.cpp4250 CXXConstructorDecl *Constructor in CodeCompleteConstructorInitializer() local
DSemaExpr.cpp11176 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DConsumed.cpp701 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local
1295 if (const CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclCXX.cpp478 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local
918 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDecl.cpp1043 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
DCGClass.cpp534 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3469 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
DRewriteModernObjC.cpp4372 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local