reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2675   QualType getCorrespondingSignedFixedPointType(QualType Ty) const;

References

tools/clang/lib/Sema/SemaExpr.cpp
 1311     LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy);
 1313     RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy);