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

Declarations

tools/clang/tools/extra/clangd/index/Index.h
   61 llvm::json::Value toJSON(const FuzzyFindRequest &Request);

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1489     vlog("Code complete: fuzzyFind({0:2})", toJSON(Req));
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  405   auto ReqStr = llvm::formatv("{0}", toJSON(Req)).str();