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

Definitions

include/llvm/Support/JSON.h
  561 inline bool fromJSON(const Value &E, std::string &Out) {
tools/clang/tools/extra/clangd/Protocol.cpp
   92 bool fromJSON(const llvm::json::Value &Params, Position &R) {
  141 bool fromJSON(const llvm::json::Value &Params, TextEdit &R) {
  409 bool fromJSON(const llvm::json::Value &Params, FileEvent &R) {
  419 bool fromJSON(const llvm::json::Value &Params,
  475 bool fromJSON(const llvm::json::Value &Params, Diagnostic &R) {
  998 bool fromJSON(const llvm::json::Value &Params, TypeHierarchyItem &I) {
 1044 bool fromJSON(const llvm::json::Value &V, OffsetEncoding &OE) {
unittests/Support/JSONTest.cpp
  344 bool fromJSON(const Value &E, CustomStruct &R) {