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

References

tools/lldb/source/Core/SearchFilter.cpp
  776   if (searcher.GetDepth() == lldb::eSearchDepthTarget) {
  779     searcher.SearchCallback(*this, empty_sc, nullptr);
  800       if (searcher.GetDepth() == lldb::eSearchDepthModule) {
  801         shouldContinue = DoModuleIteration(matchingContext, searcher);
  813                   DoCUIteration(module_sp, matchingContext, searcher);