Searched refs:getCorrespondingSaturatedType (Results 1 – 4 of 4) sorted by relevance
2968 QualType getCorrespondingSaturatedType(QualType Ty) const;
1488 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()1511 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
1483 ResultTy = S.Context.getCorrespondingSaturatedType(ResultTy); in handleFixedPointConversion()
13263 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext