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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1605     Relevance.ContextWords = &ContextWords;
tools/clang/tools/extra/clangd/Quality.cpp
  368   if (wordMatching(Name, ContextWords))
  429   if (S.ContextWords)
  432         wordMatching(S.Name, S.ContextWords).getValueOr("<none>"));
tools/clang/tools/extra/clangd/unittests/QualityTests.cpp
  298   WithoutMatchingWord.ContextWords = &Words;
  302   WithMatchingWord.ContextWords = &Words;