Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1900 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 1904 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 1961 AllocTypeInfo, Entity, Kind, MultiExprArg(Inits, NumInits)); in BuildCXXNew() 1988 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew() 2364 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
|
| H A D | TreeTransform.h | 11710 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 11712 if (!AllocTypeInfo) in TransformCXXNewExpr() 11761 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 11788 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 11817 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 6219 TypeSourceInfo *AllocTypeInfo,
|