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

References

tools/clang/tools/extra/clangd/Quality.cpp
  194   ImplementationDetail |= (IndexResult.Flags & Symbol::ImplementationDetail);
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  569     S.Flags |= Symbol::ImplementationDetail;
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
   94   return arg.Flags & Symbol::ImplementationDetail;