Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2133 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 2136 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 2201 AllocTypeInfo, Entity, Kind, Exprs); in BuildCXXNew() 2232 DeduceAutoType(AllocTypeInfo->getTypeLoc(), Deduce, DeducedType, Info); in BuildCXXNew() 2627 ResultType, AllocTypeInfo, Range, DirectInitRange); in BuildCXXNew()
|
| H A D | TreeTransform.h | 14470 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 14472 if (!AllocTypeInfo) in TransformCXXNewExpr() 14521 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 14548 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 14577 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8480 TypeSourceInfo *AllocTypeInfo, std::optional<Expr *> ArraySize,
|