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

/external/clang/include/clang/AST/
H A DExprCXX.h1470 SourceRange TypeIdParens; member in class:clang::CXXNewExpr
1561 bool isParenTypeId() const { return TypeIdParens.isValid(); }
1562 SourceRange getTypeIdParens() const { return TypeIdParens; }
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2219 SourceRange TypeIdParens; local
2241 TypeIdParens = T.getRange();
2253 TypeIdParens = T.getRange();
2316 TypeIdParens, DeclaratorInfo, Initializer.take());
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp951 /// \param TypeIdParens If the type is in parens, the source range.
958 SourceLocation PlacementRParen, SourceRange TypeIdParens,
1014 TypeIdParens,
1047 SourceRange TypeIdParens,
1267 } else if (TypeIdParens.isValid()) {
1271 << FixItHint::CreateRemoval(TypeIdParens.getBegin())
1272 << FixItHint::CreateRemoval(TypeIdParens.getEnd());
1274 TypeIdParens = SourceRange();
1435 TypeIdParens,
956 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
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.h1979 SourceRange TypeIdParens,
1989 TypeIdParens,
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 463 milliseconds