Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance
789 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()909 ? S.Context.getAutoDeductType() in getDummyLambdaType()
2647 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
953 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
8889 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
12897 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
1794 QualType getAutoDeductType() const;
6191 return getAutoDeductType(); in getAutoTypeInternal()6325 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
7395 T = Context.getAutoDeductType(); in GetType()