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

References

tools/clang/tools/extra/clangd/index/Index.cpp
   38       O && O.map("Query", Request.Query) && O.map("Scopes", Request.Scopes) &&
   38       O && O.map("Query", Request.Query) && O.map("Scopes", Request.Scopes) &&
   38       O && O.map("Query", Request.Query) && O.map("Scopes", Request.Scopes) &&
   39       O.map("AnyScope", Request.AnyScope) && O.map("Limit", Limit) &&
   39       O.map("AnyScope", Request.AnyScope) && O.map("Limit", Limit) &&
   40       O.map("RestrictForCodeCompletion", Request.RestrictForCodeCompletion) &&
   41       O.map("ProximityPaths", Request.ProximityPaths) &&
   42       O.map("PreferredTypes", Request.PreferredTypes);