Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2943 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1445 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy); in handleFixedPointConversion()
1447 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy); in handleFixedPointConversion()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp13278 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const { in getCorrespondingSignedFixedPointType() function in ASTContext