Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance
2773 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
1401 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()1403 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
11515 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext