Home
last modified time | relevance | path

Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2035 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 DTreeTransform.h13350 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 DSema.h8154 TypeSourceInfo *AllocTypeInfo, std::optional<Expr *> ArraySize,