Searched defs:TypeIdParens (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 232 ArrayRef<Expr *> PlacementArgs, SourceRange TypeIdParens, in CXXNewExpr() 296 SourceRange TypeIdParens, std::optional<Expr *> ArraySize, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3293 SourceRange TypeIdParens; in ParseCXXNewExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1910 SourceLocation PlacementRParen, SourceRange TypeIdParens, in ActOnCXXNew() 2034 SourceRange TypeIdParens, QualType AllocType, in BuildCXXNew()
|
H A D | TreeTransform.h | 3407 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr()
|