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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2619 SourceLocation PlacementLParen, PlacementRParen; local
2628 PlacementLParen = T.getOpenLocation();
2644 PlacementLParen = PlacementRParen = SourceLocation();
2723 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1150 /// \param PlacementLParen Opening paren of the placement arguments.
1159 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1226 PlacementLParen,
1259 SourceLocation PlacementLParen,
1507 SourceRange(PlacementLParen, PlacementRParen),
1529 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1,
1537 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs);
1158 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1258 BuildCXXNew(SourceRange Range, 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.h2321 SourceLocation PlacementLParen,
2331 PlacementLParen,
2319 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 203 milliseconds