/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | predefined-expr.cpp | 252 class Constructor { class 254 Constructor() { in Constructor() function in NS::Constructor 260 Constructor(int) { in Constructor() function in NS::Constructor 266 Constructor(Base *) { in Constructor() function in NS::Constructor
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1135 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local 2252 const CXXConstructorDecl *Constructor; member in __anon515e6f930211::UninitializedFieldVisitor 2582 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields() 2832 CXXConstructorDecl *Constructor in BuildMemInitializer() local 3307 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer() 3417 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer() 3813 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer() 3834 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers() 4035 Sema &SemaRef, const CXXConstructorDecl *Constructor, in DiagnoseBaseOrMemInitializerOrder() 4201 CXXConstructorDecl *Constructor in ActOnMemInitializers() local [all …]
|
H A D | SemaInit.cpp | 2919 ::AddConstructorInitializationStep(CXXConstructorDecl *Constructor, in AddConstructorInitializationStep() 3123 CXXConstructorDecl *Constructor = nullptr; in ResolveConstructorOverload() local 3557 CXXConstructorDecl *Constructor = nullptr; in TryRefInitWithConversionFunction() local 4184 CXXConstructorDecl *Constructor = nullptr; in TryUserDefinedConversion() local 4931 CXXConstructorDecl *Constructor = nullptr; in LookupCopyAndMoveConstructors() local 5095 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local 5265 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local 5936 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local 6720 CXXConstructorDecl *Constructor in Diagnose() local 6797 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
|
H A D | SemaAccess.cpp | 1612 CXXConstructorDecl *Constructor, in CheckConstructorAccess() 1655 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
|
H A D | SemaOverload.cpp | 1115 if (CXXConstructorDecl *Constructor in TryUserDefinedConversion() local 2886 CXXConstructorDecl *Constructor, in isFirstArgumentCompatibleWithType() 2911 CXXConstructorDecl *Constructor = nullptr; in IsInitializerListConstructorConversion() local 2946 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in IsInitializerListConstructorConversion() local 3046 CXXConstructorDecl *Constructor = nullptr; in IsUserDefinedConversion() local 3135 if (CXXConstructorDecl *Constructor in IsUserDefinedConversion() local 5581 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); in AddOverloadCandidate() local
|
H A D | SemaExprCXX.cpp | 2560 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); in BuildCXXCastArgument() local 3540 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait() local 3578 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait() local
|
H A D | TreeTransform.h | 2432 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr() 8997 CXXConstructorDecl *Constructor in TransformCXXConstructExpr() local 9060 CXXConstructorDecl *Constructor in TransformCXXTemporaryObjectExpr() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 1663 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
|
H A D | SemaStmt.cpp | 2568 CXXConstructorDecl *Constructor in PerformMoveOrCopyInitialization() local
|
H A D | SemaDecl.cpp | 7984 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local 10503 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
|
H A D | SemaCodeComplete.cpp | 4211 CXXConstructorDecl *Constructor in CodeCompleteConstructorInitializer() local
|
H A D | SemaExpr.cpp | 11615 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | explicit.cpp | 2 namespace Constructor { namespace
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | Consumed.cpp | 775 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local 1239 if (const CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 482 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local 945 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.cpp | 1781 StatementMatcher Constructor = constructExpr(); in TEST() local 1795 StatementMatcher Constructor = constructExpr( in TEST() local 2440 StatementMatcher Constructor = constructExpr(hasDeclaration(methodDecl( in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1075 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
|
H A D | CGClass.cpp | 545 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3410 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|
H A D | RewriteModernObjC.cpp | 4279 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 820 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ND)) { in VisitFunctionDecl() local
|