Home
last modified time | relevance | path

Searched refs:has_parent_path (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Utility/
DFileSpec.cpp427 if (llvm::sys::path::has_parent_path(current_path, m_style)) in CopyByRemovingLastPathComponent()
467 if (llvm::sys::path::has_parent_path(current_path, m_style)) { in RemoveLastPathComponent()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DPath.h473 bool has_parent_path(const Twine &path, Style style = Style::native);
/openbsd/src/gnu/llvm/libcxx/include/
Dfilesystem134 bool has_parent_path() const;
/openbsd/src/gnu/llvm/llvm/lib/Support/
DCommandLine.cpp1219 if (ConfigInclusion && !llvm::sys::path::has_parent_path(FileName)) { in expandResponseFile()
1403 if (llvm::sys::path::has_parent_path(FileName)) { in findConfigFile()
DPath.cpp650 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
/openbsd/src/gnu/llvm/clang/lib/Lex/
DModuleMap.cpp975 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
/openbsd/src/gnu/llvm/clang/lib/Driver/
DDriver.cpp1078 if (llvm::sys::path::has_parent_path(CfgFileName)) { in loadConfigFiles()