Searched defs:PlacementRParen (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3179 SourceLocation PlacementLParen, PlacementRParen; ParseCXXNewExpression() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1880 ActOnCXXNew(SourceLocation StartLoc,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,Declarator & D,Expr * Initializer) ActOnCXXNew() argument 2003 BuildCXXNew(SourceRange Range,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,QualType AllocType,TypeSourceInfo * AllocTypeInfo,std::optional<Expr * > ArraySize,SourceRange DirectInitRange,Expr * Initializer) BuildCXXNew() argument
|
H A D | TreeTransform.h | 3355 RebuildCXXNewExpr(SourceLocation StartLoc,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,QualType AllocatedType,TypeSourceInfo * AllocatedTypeInfo,std::optional<Expr * > ArraySize,SourceRange DirectInitRange,Expr * Initializer) RebuildCXXNewExpr() argument
|