Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance
2943 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
1445 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()1447 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
13278 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext