Searched refs:ConstructKind (Results 1 - 6 of 6) 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/include/clang/AST/
H A DExprCXX.h903 unsigned ConstructKind : 2;
914 ConstructionKind ConstructKind,
921 ZeroInitialization(false), ConstructKind(0), Args(0)
930 ConstructKind(0), Args(0)
940 ConstructionKind ConstructKind,
972 return (ConstructionKind)ConstructKind;
975 ConstructKind = CK;
/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
/external/clang/include/clang/Sema/
H A DSema.h3285 /// \param ConstructKind - a CXXConstructExpr::ConstructionKind
3290 unsigned ConstructKind, SourceRange ParenRange);
3298 bool RequiresZeroInit, unsigned ConstructKind,

Completed in 197 milliseconds