Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h42 Constructor, enumerator
H A DCFG.h67 Constructor, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h51 Constructor, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2233 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
3545 const CXXConstructorDecl *Constructor; member in __anon26624a2b1011::UninitializedFieldVisitor
3872 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields()
4175 CXXConstructorDecl *Constructor in BuildMemInitializer() local
4616 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer()
4699 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer()
5032 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer()
5053 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers()
5268 Sema &SemaRef, const CXXConstructorDecl *Constructor, in DiagnoseBaseOrMemInitializerOrder()
5473 CXXConstructorDecl *Constructor in ActOnMemInitializers() local
[all …]
H A DSemaAccess.cpp1629 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1672 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
H A DSemaInit.cpp3683 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep()
6296 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local
6492 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local
8303 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local
9301 CXXConstructorDecl *Constructor in Diagnose() local
9384 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
H A DSemaOverload.cpp1354 if (CXXConstructorDecl *Constructor in TryUserDefinedConversion() local
3323 CXXConstructorDecl *Constructor, in isFirstArgumentCompatibleWithType()
3371 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in IsInitializerListConstructorConversion() local
3551 if (CXXConstructorDecl *Constructor in IsUserDefinedConversion() local
6303 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); in AddOverloadCandidate() local
H A DSemaExprCXX.cpp3963 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); in BuildCXXCastArgument() local
5085 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
5123 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
H A DTreeTransform.h3196 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr()
3229 CXXConstructorDecl *Constructor, in RebuildCXXInheritedCtorInitExpr()
12489 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXConstructExpr() local
12529 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXInheritedCtorInitExpr() local
12578 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXTemporaryObjectExpr() local
H A DSemaCodeComplete.cpp5867 CXXConstructorDecl *Constructor = in ProduceCtorInitMemberSignatureHelp() local
6259 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); in CodeCompleteConstructorInitializer() local
H A DSemaTemplateInstantiateDecl.cpp2331 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaDecl.cpp10942 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local
14497 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
H A DSemaExpr.cpp16904 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Func)) in MarkFunctionReferenced() local
16962 if (CXXConstructorDecl *Constructor = in MarkFunctionReferenced() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp772 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local
1201 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp757 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local
810 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { in addedMember() local
1392 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
1446 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in setTrivialForCallFlags() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h1163 CXXConstructorDecl *Constructor; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h247 Constructor = 0x02, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp866 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ND)) { in VisitFunctionDecl() local
8529 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isDefaultConstructor() local
8539 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isCopyConstructor() local
8549 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isMoveConstructor() local
8559 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isConvertingConstructor() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1693 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
H A DCGClass.cpp633 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3403 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
H A DRewriteModernObjC.cpp4192 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local