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

References

include/llvm/Support/JSON.h
  342   Value(T I) : Type(T_Integer) {
  379     case T_Integer:
  406     if (LLVM_LIKELY(Type == T_Integer))
  412     if (LLVM_LIKELY(Type == T_Integer))
lib/Support/JSON.cpp
  108   case T_Integer:
  132   case T_Integer:
  158   case T_Integer:
  188     if (L.Type == Value::T_Integer || R.Type == Value::T_Integer)
  188     if (L.Type == Value::T_Integer || R.Type == Value::T_Integer)
  605     if (V.Type == Value::T_Integer)