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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2217 SourceLocation PlacementLParen, PlacementRParen; local
2233 PlacementRParen = T.getCloseLocation();
2234 if (PlacementRParen.isInvalid()) {
2242 PlacementLParen = PlacementRParen = SourceLocation();
2315 PlacementArgs, PlacementRParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp950 /// \param PlacementRParen Closing paren of the placement arguments.
958 SourceLocation PlacementRParen, SourceRange TypeIdParens,
1013 PlacementRParen,
1046 SourceLocation PlacementRParen,
1299 SourceRange(PlacementLParen, PlacementRParen),
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.h1978 SourceLocation PlacementRParen,
1988 PlacementRParen,
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 182 milliseconds