Searched refs:getAutoDeductType (Results 1 – 6 of 6) sorted by relevance
715 QualType DeductType = Context.getAutoDeductType(); in performLambdaInitCaptureInitialization()881 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2169 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1227 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
1234 QualType getAutoDeductType() const;
3927 return getAutoDeductType(); in getAutoType()3974 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext3986 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
5741 case PREDEF_TYPE_AUTO_DEDUCT: T = Context.getAutoDeductType(); break; in GetType()