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

References

include/llvm/Support/JSON.h
  656   template <typename T> bool map(StringRef Prop, T &Out) {
tools/clang/tools/extra/clangd/Protocol.cpp
  398 bool fromJSON(const llvm::json::Value &E, FileChangeType &Out) {
  400     if (*T < static_cast<int>(FileChangeType::Created) ||
  401         *T > static_cast<int>(FileChangeType::Deleted))
tools/clang/tools/extra/clangd/Protocol.h
  573 bool fromJSON(const llvm::json::Value &E, FileChangeType &Out);
  579   FileChangeType type = FileChangeType::Created;
  579   FileChangeType type = FileChangeType::Created;