Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance
3277 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
1476 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()1478 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
14842 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext