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

Declarations

tools/lldb/include/lldb/Target/PathMappingList.h
   40   void Clear(bool notify);

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  158     m_source_mappings.Clear(false);
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   39     m_path_mappings.Clear(m_notify_changes);
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1114     target->GetImageSearchPathList().Clear(notify);
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   93     m_path_mappings.Clear(m_notify_changes);
tools/lldb/source/Target/Target.cpp
  273   m_image_search_paths.Clear(notify);