Searched refs:getCorrespondingSaturatedType (Results 1 – 4 of 4) sorted by relevance
2818 QualType getCorrespondingSaturatedType(QualType Ty) const;
1471 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()1494 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
1434 ResultTy = S.Context.getCorrespondingSaturatedType(ResultTy); in handleFixedPointConversion()
11422 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext