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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2217 SourceLocation PlacementLParen, PlacementRParen; local
2226 PlacementLParen = T.getOpenLocation();
2242 PlacementLParen = PlacementRParen = SourceLocation();
2314 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp948 /// \param PlacementLParen Opening paren of the placement arguments.
957 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1011 PlacementLParen,
1044 SourceLocation PlacementLParen,
1299 SourceRange(PlacementLParen, PlacementRParen),
1319 if (GatherArgumentsForCall(PlacementLParen, OperatorNew,
1328 DiagnoseSentinelCalls(OperatorNew, PlacementLParen,
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.h1976 SourceLocation PlacementLParen,
1986 PlacementLParen,
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 1553 milliseconds