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

References

include/llvm/Support/JSON.h
  358   Value(const T &V) : Value(toJSON(V)) {}
  656   template <typename T> bool map(StringRef Prop, T &Out) {
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  245       Param P;
 1049     const TextDocumentIdentifier &Params,
tools/clang/tools/extra/clangd/ClangdLSPServer.h
   92   void onSwitchSourceHeader(const TextDocumentIdentifier &,
tools/clang/tools/extra/clangd/Protocol.cpp
   83 llvm::json::Value toJSON(const TextDocumentIdentifier &R) {
   87 bool fromJSON(const llvm::json::Value &Params, TextDocumentIdentifier &R) {
tools/clang/tools/extra/clangd/Protocol.h
  124 llvm::json::Value toJSON(const TextDocumentIdentifier &);
  125 bool fromJSON(const llvm::json::Value &, TextDocumentIdentifier &);
  532   TextDocumentIdentifier textDocument;
  552   TextDocumentIdentifier textDocument;
  604   TextDocumentIdentifier textDocument;
  613   TextDocumentIdentifier textDocument;
  625   TextDocumentIdentifier textDocument;
  631   TextDocumentIdentifier textDocument;
  703   TextDocumentIdentifier textDocument;
  885   TextDocumentIdentifier textDocument;
 1076   TextDocumentIdentifier textDocument;
 1220   TextDocumentIdentifier TextDocument;
 1228   TextDocumentIdentifier textDocument;
usr/include/c++/7.4.0/type_traits
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;