Searched refs:PlacementLParen (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2464 SourceLocation PlacementLParen, PlacementRParen; local
2473 PlacementLParen = T.getOpenLocation();
2489 PlacementLParen = PlacementRParen = SourceLocation();
2561 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1005 /// \param PlacementLParen Opening paren of the placement arguments.
1014 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1081 PlacementLParen,
1114 SourceLocation PlacementLParen,
1368 SourceRange(PlacementLParen, PlacementRParen),
1388 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1,
1395 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs);
1013 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1113 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.h2105 SourceLocation PlacementLParen,
2115 PlacementLParen,
2103 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4154 SourceLocation PlacementLParen,
4160 SourceLocation PlacementLParen,

Completed in 167 milliseconds