Searched refs:getCorrespondingSaturatedType (Results 1 – 4 of 4) sorted by relevance
3057 QualType getCorrespondingSaturatedType(QualType Ty) const;
1086 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()1109 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
1467 ResultTy = S.Context.getCorrespondingSaturatedType(ResultTy); in handleFixedPointConversion()
13839 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext