| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 1113 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 …]
|
| D | SemaInit.cpp | 2826 ::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
|
| D | SemaAccess.cpp | 1623 CXXConstructorDecl *Constructor, in CheckConstructorAccess() 1666 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
|
| D | SemaOverload.cpp | 1137 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
|
| D | SemaExprCXX.cpp | 2526 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
|
| D | TreeTransform.h | 2236 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr() 8187 CXXConstructorDecl *Constructor in TransformCXXConstructExpr() local 8249 CXXConstructorDecl *Constructor in TransformCXXTemporaryObjectExpr() local
|
| D | SemaStmt.cpp | 2463 CXXConstructorDecl *Constructor in PerformMoveOrCopyInitialization() local
|
| D | SemaTemplateInstantiateDecl.cpp | 1559 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
|
| D | SemaDecl.cpp | 7580 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local 9796 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
|
| D | SemaCodeComplete.cpp | 4250 CXXConstructorDecl *Constructor in CodeCompleteConstructorInitializer() local
|
| D | SemaExpr.cpp | 11176 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | Consumed.cpp | 701 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/ |
| D | DeclCXX.cpp | 478 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/ |
| D | CGDecl.cpp | 1043 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
|
| D | CGClass.cpp | 534 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 3469 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|
| D | RewriteModernObjC.cpp | 4372 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|