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.cpp2133 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 DTreeTransform.h14470 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 DSema.h8480 TypeSourceInfo *AllocTypeInfo, std::optional<Expr *> ArraySize,