Searched refs:getAutoDeductType (Results 1 – 6 of 6) sorted by relevance
712 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()841 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2222 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1308 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
1316 QualType getAutoDeductType() const;
4043 return getAutoDeductType(); in getAutoType()4090 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
6100 T = Context.getAutoDeductType(); in GetType()