Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance
747 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()867 ? S.Context.getAutoDeductType() in getDummyLambdaType()
2806 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
1355 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8991 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
13098 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1727 QualType getAutoDeductType() const;
5748 return getAutoDeductType(); in getAutoTypeInternal()5881 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext5894 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7350 T = Context.getAutoDeductType(); in GetType()