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

Declarations

include/llvm/Support/Path.h
  363 bool home_directory(SmallVectorImpl<char> &result);

References

lib/LineEditor/LineEditor.cpp
   25   if (sys::path::home_directory(Path)) {
lib/Support/Path.cpp
  539       home_directory(PathHome);
lib/Support/Unix/Path.inc
  593     if (!path::home_directory(Storage)) {
tools/clang/lib/Driver/Driver.cpp
 1161   path::home_directory(CrashDiagDir);
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp
  110     llvm::sys::path::home_directory(HomeDir);
tools/lldb/source/API/SBHostOS.cpp
   96   llvm::sys::path::home_directory(home_dir_path);
tools/lldb/source/Host/common/Editline.cpp
  178       llvm::sys::path::home_directory(lldb_history_file);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2023   llvm::sys::path::home_directory(init_file);
tools/lldb/source/Target/Platform.cpp
   90   if (!llvm::sys::path::home_directory(user_home_dir))
unittests/Support/Path.cpp
  324     auto status = path::home_directory(HomeDir);
  350   auto status = path::home_directory(HomeDir);
  531   bool Result = llvm::sys::path::home_directory(HomeDir);
  549   bool Result = llvm::sys::path::home_directory(HomeDir);