Searched defs:ConstructKind (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp760 ConstructionKind ConstructKind,
766 ZeroInitialization, ConstructKind,
779 ConstructionKind ConstructKind,
791 ConstructKind(ConstructKind), Args(nullptr)
751 Create(const ASTContext &C, QualType T, SourceLocation Loc, CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
770 CXXConstructExpr(const ASTContext &C, StmtClass SC, QualType T, SourceLocation Loc, CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
/external/clang/lib/Sema/
H A DSemaInit.cpp5757 CXXConstructExpr::ConstructionKind ConstructKind = local
5761 ConstructKind = Entity.getBaseSpecifier()->isVirtual() ?
5765 ConstructKind = CXXConstructExpr::CK_Delegating;
5787 ConstructKind,
5798 ConstructKind,
H A DSemaDeclCXX.cpp11440 unsigned ConstructKind,
11454 if (ConstructKind == CXXConstructExpr::CK_Complete && Constructor &&
11466 ConstructKind, ParenRange);
11479 unsigned ConstructKind,
11490 RequiresZeroInit, ConstructKind, ParenRange);
11504 unsigned ConstructKind,
11516 static_cast<CXXConstructExpr::ConstructionKind>(ConstructKind),
11432 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, CXXConstructorDecl *Constructor, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool IsStdInitListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
11470 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool IsStdInitListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
11496 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool IsStdInitListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
H A DTreeTransform.h2701 CXXConstructExpr::ConstructionKind ConstructKind,
2714 RequiresZeroInit, ConstructKind,
2692 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

Completed in 208 milliseconds