reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Path.h
  403 bool has_parent_path(const Twine &path, Style style = Style::native);

References

tools/clang/lib/Driver/Driver.cpp
  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.cpp
  432   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);