Searched refs:has_parent_path (Results 1 – 18 of 18) sorted by relevance
401 bool has_parent_path(const Twine &path);
143 ASSERT_NEQ(p.has_parent_path(), TC.parent_path.empty()); in decompPathTest()
141 assert(p.has_parent_path() != TC.parent_path.empty()); in decompPathTest()
409 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()
426 bool has_parent_path(const Twine &path, Style style = Style::native);
418 bool has_parent_path(const Twine &path, Style style = Style::native);
655 bool has_parent_path(const Twine &path) { in has_parent_path() function
665 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
648 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
129 path::has_parent_path(*i); in TEST()
622 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
964 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
190 (void)path::has_parent_path(*i); in TEST()
1091 _LIBCPP_INLINE_VISIBILITY bool has_parent_path() const {
1123 _LIBCPP_INLINE_VISIBILITY bool has_parent_path() const {
881 if (llvm::sys::path::has_parent_path(CfgFileName)) { in loadConfigFile()