Searched refs:getCorrespondingSaturatedType (Results 1 – 4 of 4) sorted by relevance
3267 QualType getCorrespondingSaturatedType(QualType Ty) const;
1097 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()1120 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
1494 ResultTy = S.Context.getCorrespondingSaturatedType(ResultTy); in handleFixedPointConversion()
14675 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext