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

References

tools/clang/lib/AST/Type.cpp
 2059     if (BT->isFixedPointType()) return STK_FixedPoint;
tools/clang/lib/Sema/Sema.cpp
  571   case Type::STK_FixedPoint: return CK_FixedPointToBoolean;
tools/clang/lib/Sema/SemaExpr.cpp
 6315     case Type::STK_FixedPoint:
 6320   case Type::STK_FixedPoint:
 6322     case Type::STK_FixedPoint:
 6371     case Type::STK_FixedPoint:
 6400     case Type::STK_FixedPoint:
 6434     case Type::STK_FixedPoint:
 6468     case Type::STK_FixedPoint:
tools/clang/tools/extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
   63   case Type::STK_FixedPoint: