Searched refs:ConstructKind (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp841 ConstructionKind ConstructKind,
846 ZeroInitialization, ConstructKind,
857 ConstructionKind ConstructKind,
868 ConstructKind(ConstructKind), Args(nullptr)
834 Create(const ASTContext &C, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
850 CXXConstructExpr(const ASTContext &C, StmtClass SC, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool elidable, ArrayRef<Expr*> args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1081 unsigned ConstructKind : 2;
1092 ConstructionKind ConstructKind,
1099 ZeroInitialization(false), ConstructKind(0), Args(nullptr)
1108 ConstructKind(0), Args(nullptr)
1118 ConstructionKind ConstructKind,
1150 return (ConstructionKind)ConstructKind;
1153 ConstructKind = CK;
/external/clang/lib/Sema/
H A DSemaInit.cpp5333 CXXConstructExpr::ConstructionKind ConstructKind = local
5337 ConstructKind = Entity.getBaseSpecifier()->isVirtual() ?
5341 ConstructKind = CXXConstructExpr::CK_Delegating;
5361 ConstructKind,
5370 ConstructKind,
H A DSemaDeclCXX.cpp10713 unsigned ConstructKind,
10727 if (ConstructKind == CXXConstructExpr::CK_Complete &&
10736 ConstructKind, ParenRange);
10748 unsigned ConstructKind,
10754 static_cast<CXXConstructExpr::ConstructionKind>(ConstructKind),
10707 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
10742 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
H A DTreeTransform.h2379 CXXConstructExpr::ConstructionKind ConstructKind,
2390 RequiresZeroInit, ConstructKind,
2371 RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool ListInitialization, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) argument
/external/clang/include/clang/Sema/
H A DSema.h3856 /// \param ConstructKind - a CXXConstructExpr::ConstructionKind
3861 bool RequiresZeroInit, unsigned ConstructKind,
3871 unsigned ConstructKind, SourceRange ParenRange);

Completed in 258 milliseconds