Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1917 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument
1921 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew()
1978 AllocTypeInfo, Entity, Kind, MultiExprArg(Inits, NumInits)); in BuildCXXNew()
2005 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
2381 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
H A DTreeTransform.h11789 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local
11791 if (!AllocTypeInfo) in TransformCXXNewExpr()
11840 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr()
11867 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr()
11896 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6286 TypeSourceInfo *AllocTypeInfo,