Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
1119 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument1124 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew()1173 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()1198 Diag(AllocTypeInfo->getTypeLoc().getBeginLoc(), in BuildCXXNew()1512 ResultType, AllocTypeInfo, in BuildCXXNew()
7573 TypeSourceInfo *AllocTypeInfo in TransformCXXNewExpr() local7575 if (!AllocTypeInfo) in TransformCXXNewExpr()7619 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr()7646 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr()7680 AllocTypeInfo, in TransformCXXNewExpr()
4165 TypeSourceInfo *AllocTypeInfo,