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)) {}
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1132     SemanticHighlightingParams Params) {
tools/clang/tools/extra/clangd/ClangdLSPServer.h
  130   void publishSemanticHighlighting(SemanticHighlightingParams Params);
tools/clang/tools/extra/clangd/Protocol.cpp
 1069 llvm::json::Value toJSON(const SemanticHighlightingParams &Highlighting) {
tools/clang/tools/extra/clangd/Protocol.h
 1224 llvm::json::Value toJSON(const SemanticHighlightingParams &Highlighting);
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;