Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
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()
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-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h6289 TypeSourceInfo *AllocTypeInfo,