Searched defs:Constructor (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp775 CXXConstructorDecl *Constructor = Call->getConstructor(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1616 CheckConstructorAccess(SourceLocation UseLoc, CXXConstructorDecl *Constructor, const InitializedEntity &Entity, AccessSpecifier Access, bool IsCopyBindingRefToTemp) argument
1659 CheckConstructorAccess(SourceLocation UseLoc, CXXConstructorDecl *Constructor, const InitializedEntity &Entity, AccessSpecifier Access, const PartialDiagnostic &PD) argument
H A DSemaCodeComplete.cpp4415 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); local
H A DSemaExprCXX.cpp2920 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); local
3965 const CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(ND); local
4001 const CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(ND); local
[all...]
H A DSemaInit.cpp3142 ::AddConstructorInitializationStep(CXXConstructorDecl *Constructor, argument
3366 CXXConstructorDecl *Constructor = nullptr; local
3853 CXXConstructorDecl *Constructor = nullptr; local
4478 CXXConstructorDecl *Constructor = nullptr; local
5235 CXXConstructorDecl *Constructor = nullptr; local
5401 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); local
5571 CXXConstructorDecl *Constructor local
7137 CXXConstructorDecl *Constructor local
7214 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); local
[all...]
H A DSemaOverload.cpp3025 CXXConstructorDecl *Constructor = nullptr; local
2999 isFirstArgumentCompatibleWithType(ASTContext &Context, CXXConstructorDecl *Constructor, QualType Type) argument
3063 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); local
3157 CXXConstructorDecl *Constructor = nullptr; local
[all...]
H A DSemaStmt.cpp2772 CXXConstructorDecl *Constructor local
H A DSemaDeclCXX.cpp2286 const CXXConstructorDecl *Constructor; member in class:__anon4004::UninitializedFieldVisitor
2615 DiagnoseUninitializedFields( Sema &SemaRef, const CXXConstructorDecl *Constructor) argument
2867 CXXConstructorDecl *Constructor local
3347 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, ImplicitInitializerKind ImplicitInitKind, CXXBaseSpecifier *BaseSpec, bool IsInheritedVirtualBase, CXXCtorInitializer *&CXXBaseInit) argument
3457 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, ImplicitInitializerKind ImplicitInitKind, FieldDecl *Field, IndirectFieldDecl *Indirect, CXXCtorInitializer *&CXXMemberInit) argument
3855 SetDelegatingInitializer(CXXConstructorDecl *Constructor, CXXCtorInitializer *Initializer) argument
3876 SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, ArrayRef<CXXCtorInitializer *> Initializers) argument
4076 DiagnoseBaseOrMemInitializerOrder( Sema &SemaRef, const CXXConstructorDecl *Constructor, ArrayRef<CXXCtorInitializer *> Inits) argument
4243 CXXConstructorDecl *Constructor local
6722 CheckConstructor(CXXConstructorDecl *Constructor) argument
8756 CXXConstructorDecl *Constructor = LookupDefaultConstructor(BaseClassDecl); local
8768 CXXConstructorDecl *Constructor = LookupDefaultConstructor(BaseClassDecl); local
8784 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); local
8825 CXXConstructorDecl *Constructor = LookupDefaultConstructor(BaseClassDecl); local
8837 CXXConstructorDecl *Constructor = LookupDefaultConstructor(BaseClassDecl); local
8851 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); local
8951 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, CXXConstructorDecl *Constructor) argument
9296 DefineInheritingConstructor(SourceLocation CurrentLocation, CXXConstructorDecl *Constructor) argument
11021 CXXConstructorDecl *Constructor = local
11034 CXXConstructorDecl *Constructor = local
11047 CXXConstructorDecl *Constructor = local
11331 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool IsStdInitListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
11368 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool IsStdInitListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
11470 CompleteConstructorCall(CXXConstructorDecl *Constructor, MultiExprArg ArgsPtr, SourceLocation Loc, SmallVectorImpl<Expr*> &ConvertedArgs, bool AllowExplicit, bool IsListInitialization) argument
[all...]
H A DTreeTransform.h2621 RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h118 Constructor = 0x02, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1159 CXXConstructorDecl *Constructor; member in class:clang::CXXConstructExpr
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp694 EmitMemberInitializer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, CXXCtorInitializer *MemberInit, const CXXConstructorDecl *Constructor, FunctionArgList &Args) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3399 std::string Constructor = " " + Tag; local
[all...]
H A DRewriteModernObjC.cpp4254 std::string Constructor = " " + Tag; local
[all...]

Completed in 263 milliseconds