Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1960 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 1964 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 2019 AllocTypeInfo, Entity, Kind, Exprs); in BuildCXXNew() 2048 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew() 2419 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
|
| H A D | TreeTransform.h | 12070 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 12072 if (!AllocTypeInfo) in TransformCXXNewExpr() 12121 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 12148 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 12177 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6576 TypeSourceInfo *AllocTypeInfo,
|