Searched refs:getAutoDeductType (Results 1 – 7 of 7) sorted by relevance
751 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()868 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2399 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1299 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
10905 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1526 QualType getAutoDeductType() const;
4861 return getAutoDeductType(); in getAutoType()4929 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext4941 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
6986 T = Context.getAutoDeductType(); in GetType()