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

References

include/llvm/Support/JSON.h
  297   Value(json::Array &&Elements) : Type(T_Array) {
  386     case T_Array:
  437     return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr;
  440     return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr;
lib/Support/JSON.cpp
  120   case T_Array:
  146   case T_Array:
  169   case T_Array: