Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ENCODER_CTX.pod133 =head2 Constructor section in DESCRIPTION
H A DOSSL_DECODER_CTX.pod170 =head2 Constructor section in DESCRIPTION
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h43 Constructor, enumerator
H A DCFG.h67 Constructor, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h51 Constructor, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp167 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( in addDefaultHandleConstructor() local
H A DSemaDeclCXX.cpp2321 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
3637 const CXXConstructorDecl *Constructor; member in __anon42c808800f11::UninitializedFieldVisitor
3963 DiagnoseUninitializedFields(Sema & SemaRef,const CXXConstructorDecl * Constructor) DiagnoseUninitializedFields() argument
4301 CXXConstructorDecl *Constructor BuildMemInitializer() local
4783 BuildImplicitBaseInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,CXXBaseSpecifier * BaseSpec,bool IsInheritedVirtualBase,CXXCtorInitializer * & CXXBaseInit) BuildImplicitBaseInitializer() argument
4866 BuildImplicitMemberInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,FieldDecl * Field,IndirectFieldDecl * Indirect,CXXCtorInitializer * & CXXMemberInit) BuildImplicitMemberInitializer() argument
5199 SetDelegatingInitializer(CXXConstructorDecl * Constructor,CXXCtorInitializer * Initializer) SetDelegatingInitializer() argument
5220 SetCtorInitializers(CXXConstructorDecl * Constructor,bool AnyErrors,ArrayRef<CXXCtorInitializer * > Initializers) SetCtorInitializers() argument
5435 DiagnoseBaseOrMemInitializerOrder(Sema & SemaRef,const CXXConstructorDecl * Constructor,ArrayRef<CXXCtorInitializer * > Inits) DiagnoseBaseOrMemInitializerOrder() argument
5638 CXXConstructorDecl *Constructor ActOnMemInitializers() local
5844 if (CXXConstructorDecl *Constructor ActOnDefaultCtorInitializers() local
10719 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Method)) ActOnFinishDelayedCXXMethodDeclaration() local
10808 CheckConstructor(CXXConstructorDecl * Constructor) CheckConstructor() argument
13892 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineImplicitDefaultConstructor() argument
14036 DefineInheritingConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineInheritingConstructor() argument
15918 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
15960 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
15983 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
16067 CompleteConstructorCall(CXXConstructorDecl * Constructor,QualType DeclInitType,MultiExprArg ArgsPtr,SourceLocation Loc,SmallVectorImpl<Expr * > & ConvertedArgs,bool AllowExplicit,bool IsListInitialization) CompleteConstructorCall() argument
[all...]
H A DSemaAccess.cpp1655 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1701 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
H A DSemaInit.cpp3981 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep()
6967 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local
7161 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local
7829 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local
8923 CXXConstructorDecl *Constructor in Diagnose() local
9010 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
H A DSemaExprCXX.cpp4147 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); in BuildCXXCastArgument() local
5552 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
5590 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
H A DSemaOverload.cpp1619 if (CXXConstructorDecl *Constructor in TryUserDefinedConversion() local
3639 CXXConstructorDecl *Constructor, in isFirstArgumentCompatibleWithType()
3687 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in IsInitializerListConstructorConversion() local
3867 if (CXXConstructorDecl *Constructor in IsUserDefinedConversion() local
6832 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); in AddOverloadCandidate() local
H A DSemaTemplateInstantiateDecl.cpp2606 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
2838 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { in VisitCXXMethodDecl() local
H A DTreeTransform.h3510 QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr()
3539 CXXConstructorDecl *Constructor, in RebuildCXXInheritedCtorInitExpr()
14153 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXConstructExpr() local
14193 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXInheritedCtorInitExpr() local
14245 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXTemporaryObjectExpr() local
H A DSemaCodeComplete.cpp6483 CXXConstructorDecl *Constructor = in ProduceCtorInitMemberSignatureHelp() local
6947 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); in CodeCompleteConstructorInitializer() local
H A DSemaExpr.cpp17877 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Func)) in MarkFunctionReferenced() local
17934 if (CXXConstructorDecl *Constructor = in MarkFunctionReferenced() local
18043 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
H A DSemaDecl.cpp12029 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(NewFD)) { in CheckFunctionDeclaration() local
15886 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(FD)) in ActOnFinishFunctionBody() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp816 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local
873 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { in addedMember() local
1512 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
1578 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in setTrivialForCallFlags() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h167 Constructor, enumerator
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp842 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { in getFragmentsForSpecialCXXMethod() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1265 CXXConstructorDecl *Constructor; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h259 Constructor = 0x02, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1765 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
H A DCGClass.cpp633 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1550 CXXConstructorDecl *Constructor; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4180 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local