Home | History | Annotate | Download | only in Sema

Lines Matching refs:AutoType

2199     QualType AutoType = Context.getAutoDeductType();
2210 VarDecl *BeginVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType,
2212 VarDecl *EndVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType,
2832 AutoType *AT = CurCap->ReturnType->getContainedAutoType();
3009 AutoType *AT) {
3054 if (!OrigResultType.getType()->getAs<AutoType>()) {
3070 AutoType *NewAT = Deduced->getContainedAutoType();
3154 if (AutoType *AT = FnRetType->getContainedAutoType()) {