/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 42 Constructor, enumerator
|
H A D | CFG.h | 67 Constructor, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 51 Constructor, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2233 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 D | SemaAccess.cpp | 1629 CXXConstructorDecl *Constructor, in CheckConstructorAccess() 1672 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
|
H A D | SemaInit.cpp | 3683 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 D | SemaOverload.cpp | 1354 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 D | SemaExprCXX.cpp | 3963 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 D | TreeTransform.h | 3196 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 D | SemaCodeComplete.cpp | 5867 CXXConstructorDecl *Constructor = in ProduceCtorInitMemberSignatureHelp() local 6259 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); in CodeCompleteConstructorInitializer() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 2331 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
|
H A D | SemaDecl.cpp | 10942 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local 14497 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
|
H A D | SemaExpr.cpp | 16904 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 D | Consumed.cpp | 772 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 D | DeclCXX.cpp | 757 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 D | Overload.h | 1163 CXXConstructorDecl *Constructor; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 247 Constructor = 0x02, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 866 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 D | CGDecl.cpp | 1693 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
|
H A D | CGClass.cpp | 633 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3403 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|
H A D | RewriteModernObjC.cpp | 4192 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|