Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllocTypeInfo

1030                   TypeSourceInfo *AllocTypeInfo,
1035 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange();
1086 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed)
1093 AllocTypeInfo = DeducedType;
1094 AllocType = AllocTypeInfo->getType();
1113 Diag(AllocTypeInfo->getTypeLoc().getBeginLoc(),
1411 ResultType, AllocTypeInfo,