Searched refs:getCorrespondingSaturatedType (Results 1 – 3 of 3) sorted by relevance
2625 QualType getCorrespondingSaturatedType(QualType Ty) const;
1409 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()1432 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
10343 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext