Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance
2824 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
1416 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()1418 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
11589 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext