Searched defs:PlacementLParen (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2703 SourceLocation PlacementLParen, PlacementRParen; local 2712 PlacementLParen = T.getOpenLocation(); 2728 PlacementLParen = PlacementRParen = SourceLocation(); 2807 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
|
/external/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1391 /// \param PlacementLParen Opening paren of the placement arguments. 1400 SourceLocation PlacementLParen, MultiExprArg PlacementArgs, 1467 PlacementLParen, 1500 SourceLocation PlacementLParen, 1748 SourceRange(PlacementLParen, PlacementRParen), 1770 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1, 1778 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs); 1399 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument 1499 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 D | TreeTransform.h | 2585 SourceLocation PlacementLParen, 2595 PlacementLParen, 2583 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 367 milliseconds