Searched refs:getAutoDeductType (Results 1 – 10 of 10) sorted by relevance
88 return Ctx.getAutoDeductType(); in computeVariableType()
796 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()939 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2787 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1325 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8648 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
12295 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
630 QualType Type = Context->getAutoDeductType(); in doConversion()
1733 QualType getAutoDeductType() const;
5708 return getAutoDeductType(); in getAutoTypeInternal()5820 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext5833 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7103 T = Context.getAutoDeductType(); in GetType()