Searched defs:DirectInitRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1476 SourceRange DirectInitRange; member in class:clang::CXXNewExpr
1625 SourceRange getDirectInitRange() const { return DirectInitRange; }
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1006 SourceRange DirectInitRange;
1008 DirectInitRange = List->getSourceRange();
1018 DirectInitRange,
1051 SourceRange DirectInitRange,
1057 if (DirectInitRange.isValid()) {
1388 DirectInitRange.getBegin(),
1389 DirectInitRange.getEnd());
1438 StartLoc, DirectInitRange));
1043 BuildCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
H A DTreeTransform.h1983 SourceRange DirectInitRange,
1993 DirectInitRange,
1974 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument

Completed in 129 milliseconds