Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance
804 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()957 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
2796 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1338 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8718 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
12652 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1708 QualType getAutoDeductType() const;
5763 return getAutoDeductType(); in getAutoTypeInternal()5869 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext5882 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7143 T = Context.getAutoDeductType(); in GetType()