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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2241 SourceLocation PlacementLParen, PlacementRParen; local
2250 PlacementLParen = T.getOpenLocation();
2266 PlacementLParen = PlacementRParen = SourceLocation();
2338 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp943 /// \param PlacementLParen Opening paren of the placement arguments.
954 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1006 PlacementLParen,
1039 SourceLocation PlacementLParen,
1248 SourceRange(PlacementLParen, PlacementRParen),
1268 if (GatherArgumentsForCall(PlacementLParen, OperatorNew,
1277 DiagnoseSentinelCalls(OperatorNew, PlacementLParen,
953 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1038 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.h1983 SourceLocation PlacementLParen,
1993 PlacementLParen,
1981 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 49 milliseconds