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

References

tools/clang/tools/extra/clangd/Protocol.cpp
 1002   if (!(O && O.map("name", I.name) && O.map("kind", I.kind) &&
 1002   if (!(O && O.map("name", I.name) && O.map("kind", I.kind) &&
 1003         O.map("uri", I.uri) && O.map("range", I.range) &&
 1003         O.map("uri", I.uri) && O.map("range", I.range) &&
 1004         O.map("selectionRange", I.selectionRange))) {
 1009   O.map("detail", I.detail);
 1010   O.map("deprecated", I.deprecated);
 1011   O.map("parents", I.parents);
 1012   O.map("children", I.children);
 1013   O.map("data", I.data);