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

References

tools/clang/tools/extra/clangd/Quality.cpp
  299     SemaSaysInScope = true;
  366         SemaSaysInScope ? 2.0 : scopeBoost(*ScopeProximityMatch, SymbolScope);
  451   OS << llvm::formatv("\tSema says in scope: {0}\n", S.SemaSaysInScope);
tools/clang/tools/extra/clangd/unittests/QualityTests.cpp
  257   WithSemaScopeProximity.SemaSaysInScope = true;