Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp473 if (llvm::sys::path::has_parent_path(current_path, m_style)) in CopyByRemovingLastPathComponent()
513 if (llvm::sys::path::has_parent_path(current_path, m_style)) { in RemoveLastPathComponent()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h402 bool has_parent_path(const Twine &path, Style style = Style::native);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp667 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp929 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem1091 _LIBCPP_INLINE_VISIBILITY bool has_parent_path() const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp808 if (llvm::sys::path::has_parent_path(CfgFileName)) { in loadConfigFile()