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

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
  129   bool IsLocal(const llvm::Twine &path) const;

References

tools/lldb/source/Host/common/FileSystem.cpp
  186   return IsLocal(file_spec.GetPath());
  285   const bool is_volatile = !IsLocal(path);