Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance
3067 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
1449 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()1451 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
14006 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext