Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1792 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument
1796 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew()
1851 AllocTypeInfo, Entity, Kind, MultiExprArg(Inits, NumInits)); in BuildCXXNew()
1877 if (DeduceAutoType(AllocTypeInfo, Inits[0], DeducedType) == DAR_Failed) in BuildCXXNew()
2192 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
H A DTreeTransform.h10242 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local
10244 if (!AllocTypeInfo) in TransformCXXNewExpr()
10286 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr()
10313 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr()
10342 AllocTypeInfo, ArraySize.get(), E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5204 TypeSourceInfo *AllocTypeInfo,