Home
last modified time | relevance | path

Searched refs:getCorrespondingSignedFixedPointType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3067 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1449 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()
1451 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14006 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext