Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2035 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 2038 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 2099 AllocTypeInfo, Entity, Kind, Exprs); in BuildCXXNew() 2130 DeduceAutoType(AllocTypeInfo->getTypeLoc(), Deduce, DeducedType, Info); in BuildCXXNew() 2512 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
|
H A D | TreeTransform.h | 13350 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 13352 if (!AllocTypeInfo) in TransformCXXNewExpr() 13401 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 13428 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 13457 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8154 TypeSourceInfo *AllocTypeInfo, std::optional<Expr *> ArraySize,
|