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

Declarations

tools/clang/include/clang/AST/Type.h
 2315   bool isFixedPointOrIntegerType() const;

References

tools/clang/lib/Sema/SemaExpr.cpp
 1301   assert((LHSTy->isFixedPointOrIntegerType() ||
 1302           RHSTy->isFixedPointOrIntegerType()) &&