Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2824 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1416 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()
1418 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11589 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext