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

/external/clang/lib/AST/
H A DExprCXX.cpp725 ConstructionKind ConstructKind,
730 ZeroInitialization, ConstructKind,
741 ConstructionKind ConstructKind,
751 ConstructKind(ConstructKind), Args(0)
718 Create(ASTContext &C, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenRange) argument
734 CXXConstructExpr(ASTContext &C, StmtClass SC, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool elidable, ArrayRef<Expr*> args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenRange) argument
/external/clang/lib/Sema/
H A DSemaInit.cpp4684 CXXConstructExpr::ConstructionKind ConstructKind = local
4688 ConstructKind = Entity.getBaseSpecifier()->isVirtual() ?
4692 ConstructKind = CXXConstructExpr::CK_Delegating;
4708 ConstructKind,
4716 ConstructKind,
H A DSemaDeclCXX.cpp9052 unsigned ConstructKind,
9066 if (ConstructKind == CXXConstructExpr::CK_Complete &&
9074 RequiresZeroInit, ConstructKind, ParenRange);
9085 unsigned ConstructKind,
9092 static_cast<CXXConstructExpr::ConstructionKind>(ConstructKind),
9047 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
9080 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
H A DTreeTransform.h2110 CXXConstructExpr::ConstructionKind ConstructKind,
2120 RequiresZeroInit, ConstructKind,
2103 RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) argument

Completed in 161 milliseconds