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

Declarations

include/llvm/Support/FileSystem.h
  548 file_type get_file_type(const Twine &Path, bool Follow = true);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  671   if (fs::get_file_type(path.GetPath(), false) != fs::file_type::symlink_file)
tools/lldb/source/Target/Platform.cpp
  698     switch (fs::get_file_type(src.GetPath(), false)) {