Home
last modified time | relevance | path

Searched refs:RootPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp787 SmallString<128> RootPath; in buildTitleLinks()
794 RootPath = "."; in buildTitleLinks()
796 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks()
797 sys::path::native(RootPath); in buildTitleLinks()
798 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks()
800 Components.emplace_back(std::move(RootPath), 0); in buildTitleLinks()
792 SmallString<128> RootPath; buildTitleLinks() local
/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h75 StringRef RootPath; variable
/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp78 if (Path.consume_front(RootPath) && Path.empty()) in getOrCreateLibrary()
275 RootPath = ""; in scanForFrameworks()