Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance
794 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()936 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2748 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1334 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8464 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
11739 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1603 QualType getAutoDeductType() const;
5523 return getAutoDeductType(); in getAutoType()5599 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7027 T = Context.getAutoDeductType(); in GetType()