Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp409 if (llvm::sys::path::has_parent_path(current_path, m_style)) in CopyByRemovingLastPathComponent()
449 if (llvm::sys::path::has_parent_path(current_path, m_style)) { in RemoveLastPathComponent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h426 bool has_parent_path(const Twine &path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp648 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp965 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1391 _LIBCPP_INLINE_VISIBILITY bool has_parent_path() const {
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp907 if (llvm::sys::path::has_parent_path(CfgFileName)) { in loadConfigFile()