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/Protocol.cpp
  905 llvm::json::Value toJSON(const FileStatus &FStatus) {
tools/clang/tools/extra/clangd/Protocol.h
 1203 llvm::json::Value toJSON(const FileStatus &FStatus);
tools/clang/tools/extra/clangd/TUScheduler.cpp
  832 FileStatus TUStatus::render(PathRef File) const {
  833   FileStatus FStatus;
tools/clang/tools/extra/clangd/TUScheduler.h
   89   FileStatus render(PathRef File) const;
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;