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

References

include/llvm/Support/JSON.h
  302   Value(json::Object &&Properties) : Type(T_Object) {
  384     case T_Object:
  431     return LLVM_LIKELY(Type == T_Object) ? &as<json::Object>() : nullptr;
  434     return LLVM_LIKELY(Type == T_Object) ? &as<json::Object>() : nullptr;
lib/Support/JSON.cpp
  117   case T_Object:
  142   case T_Object:
  166   case T_Object: