Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2005 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 2008 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 2069 AllocTypeInfo, Entity, Kind, Exprs); in BuildCXXNew() 2100 DeduceAutoType(AllocTypeInfo->getTypeLoc(), Deduce, DeducedType, Info); in BuildCXXNew() 2481 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
|
| H A D | TreeTransform.h | 12484 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 12486 if (!AllocTypeInfo) in TransformCXXNewExpr() 12535 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 12562 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 12591 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6881 TypeSourceInfo *AllocTypeInfo, std::optional<Expr *> ArraySize,
|