Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance
798 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()940 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2749 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1335 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8471 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
11798 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1648 QualType getAutoDeductType() const;
5538 return getAutoDeductType(); in getAutoType()5614 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext5627 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7049 T = Context.getAutoDeductType(); in GetType()