Home
last modified time | relevance | path

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

12

/freebsd-src/crypto/openssl/doc/man3/
H A DOSSL_ENCODER_CTX.pod132 =head2 Constructor global() section in DESCRIPTION
H A DOSSL_DECODER_CTX.pod169 =head2 Constructor global() section in DESCRIPTION
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h43 Constructor, enumerator
H A DCFG.h67 Constructor, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h51 Constructor, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp162 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( addDefaultHandleConstructor() local
H A DSemaDeclCXX.cpp2336 if (const CXXConstructorDecl *Constructor CheckConstexprFunctionBody() local
3778 const CXXConstructorDecl *Constructor; global() member in __anon5bed44920f11::UninitializedFieldVisitor
4104 DiagnoseUninitializedFields(Sema & SemaRef,const CXXConstructorDecl * Constructor) DiagnoseUninitializedFields() argument
4451 CXXConstructorDecl *Constructor BuildMemInitializer() local
4929 BuildImplicitBaseInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,CXXBaseSpecifier * BaseSpec,bool IsInheritedVirtualBase,CXXCtorInitializer * & CXXBaseInit) BuildImplicitBaseInitializer() argument
5012 BuildImplicitMemberInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,FieldDecl * Field,IndirectFieldDecl * Indirect,CXXCtorInitializer * & CXXMemberInit) BuildImplicitMemberInitializer() argument
5345 SetDelegatingInitializer(CXXConstructorDecl * Constructor,CXXCtorInitializer * Initializer) SetDelegatingInitializer() argument
5366 SetCtorInitializers(CXXConstructorDecl * Constructor,bool AnyErrors,ArrayRef<CXXCtorInitializer * > Initializers) SetCtorInitializers() argument
5581 DiagnoseBaseOrMemInitializerOrder(Sema & SemaRef,const CXXConstructorDecl * Constructor,ArrayRef<CXXCtorInitializer * > Inits) DiagnoseBaseOrMemInitializerOrder() argument
5785 CXXConstructorDecl *Constructor ActOnMemInitializers() local
5991 if (CXXConstructorDecl *Constructor ActOnDefaultCtorInitializers() local
10802 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Method)) ActOnFinishDelayedCXXMethodDeclaration() local
10900 CheckConstructor(CXXConstructorDecl * Constructor) CheckConstructor() argument
14023 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineImplicitDefaultConstructor() argument
14162 DefineInheritingConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineInheritingConstructor() argument
16036 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
16078 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
16101 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
16189 CompleteConstructorCall(CXXConstructorDecl * Constructor,QualType DeclInitType,MultiExprArg ArgsPtr,SourceLocation Loc,SmallVectorImpl<Expr * > & ConvertedArgs,bool AllowExplicit,bool IsListInitialization) CompleteConstructorCall() argument
[all...]
H A DSemaAccess.cpp1642 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,bool IsCopyBindingRefToTemp) CheckConstructorAccess() argument
1686 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,const PartialDiagnostic & PD) CheckConstructorAccess() argument
H A DSemaInit.cpp3844 AddConstructorInitializationStep(DeclAccessPair FoundDecl,CXXConstructorDecl * Constructor,QualType T,bool HadMultipleCandidates,bool FromInitList,bool AsInitList) AddConstructorInitializationStep() argument
6823 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); CopyObject() local
7017 CXXConstructorDecl *Constructor PerformConstructorInitialization() local
8881 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { Perform() local
9890 CXXConstructorDecl *Constructor Diagnose() local
9973 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); Diagnose() local
[all...]
H A DSemaExprCXX.cpp4152 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); BuildCXXCastArgument() local
5381 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); EvaluateUnaryTypeTrait() local
5419 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); EvaluateUnaryTypeTrait() local
H A DSemaOverload.cpp1569 if (CXXConstructorDecl *Constructor TryUserDefinedConversion() local
3605 isFirstArgumentCompatibleWithType(ASTContext & Context,CXXConstructorDecl * Constructor,QualType Type) isFirstArgumentCompatibleWithType() argument
3653 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); IsInitializerListConstructorConversion() local
3833 if (CXXConstructorDecl *Constructor IsUserDefinedConversion() local
6783 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); AddOverloadCandidate() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp2563 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { VisitCXXMethodDecl() local
2794 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { VisitCXXMethodDecl() local
H A DTreeTransform.h3459 RebuildCXXConstructExpr(QualType T,SourceLocation Loc,CXXConstructorDecl * Constructor,bool IsElidable,MultiExprArg Args,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) RebuildCXXConstructExpr() argument
3488 RebuildCXXInheritedCtorInitExpr(QualType T,SourceLocation Loc,CXXConstructorDecl * Constructor,bool ConstructsVBase,bool InheritedFromVBase) RebuildCXXInheritedCtorInitExpr() argument
13262 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXConstructExpr() local
13302 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXInheritedCtorInitExpr() local
13354 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXTemporaryObjectExpr() local
[all...]
H A DSemaCodeComplete.cpp6436 CXXConstructorDecl *Constructor = ProduceCtorInitMemberSignatureHelp() local
6890 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); CodeCompleteConstructorInitializer() local
H A DSemaExpr.cpp18898 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Func)) MarkFunctionReferenced() local
18953 if (CXXConstructorDecl *Constructor = MarkFunctionReferenced() local
19062 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { MarkFunctionReferenced() local
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h174 Constructor, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp774 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { addedMember() local
831 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { addedMember() local
1469 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { finishedDefaultedOrDeletedMember() local
1535 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { setTrivialForCallFlags() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp801 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { getFragmentsForSpecialCXXMethod() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1207 CXXConstructorDecl *Constructor; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h252 Constructor = 0x02, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1760 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) isTrivialInitializer() local
H A DCGClass.cpp624 EmitMemberInitializer(CodeGenFunction & CGF,const CXXRecordDecl * ClassDecl,CXXCtorInitializer * MemberInit,const CXXConstructorDecl * Constructor,FunctionArgList & Args) EmitMemberInitializer() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3391 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1534 CXXConstructorDecl *Constructor; global() variable

12