reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
403 bool has_parent_path(const Twine &path, Style style = Style::native);
831 if (llvm::sys::path::has_parent_path(CfgFileName)) {
tools/clang/lib/Lex/ModuleMap.cpp 944 if (llvm::sys::path::has_parent_path(FrameworkDirName)) {
tools/lldb/source/Utility/FileSpec.cpp432 if (llvm::sys::path::has_parent_path(current_path, m_style)) 472 if (llvm::sys::path::has_parent_path(current_path, m_style)) {unittests/Support/Path.cpp
163 (void)path::has_parent_path(*i);