Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp252 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 DSemaDeclCXX.cpp1135 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 DSemaInit.cpp2919 ::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 DSemaAccess.cpp1612 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1655 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
H A DSemaOverload.cpp1115 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 DSemaExprCXX.cpp2560 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 DTreeTransform.h2432 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr()
8997 CXXConstructorDecl *Constructor in TransformCXXConstructExpr() local
9060 CXXConstructorDecl *Constructor in TransformCXXTemporaryObjectExpr() local
H A DSemaTemplateInstantiateDecl.cpp1663 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaStmt.cpp2568 CXXConstructorDecl *Constructor in PerformMoveOrCopyInitialization() local
H A DSemaDecl.cpp7984 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local
10503 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
H A DSemaCodeComplete.cpp4211 CXXConstructorDecl *Constructor in CodeCompleteConstructorInitializer() local
H A DSemaExpr.cpp11615 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dexplicit.cpp2 namespace Constructor { namespace
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp775 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 DDeclCXX.cpp482 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 DASTMatchersTest.cpp1781 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 DCGDecl.cpp1075 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
H A DCGClass.cpp545 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3410 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
H A DRewriteModernObjC.cpp4279 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp820 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ND)) { in VisitFunctionDecl() local