Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaExprCXX.cpp | 1917 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()
|
| D | TreeTransform.h | 11789 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/ |
| D | Sema.h | 6289 TypeSourceInfo *AllocTypeInfo,
|