Home
last modified time | relevance | path

Searched refs:Path_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h161 void setPath(StringRef Path_) { Path = std::string(Path_); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1152 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_, in isLocal() argument
1155 Path_.toVector(Path); in isLocal()
1960 ErrorOr<Status> RedirectingFileSystem::status(const Twine &Path_) { in status() argument
1962 Path_.toVector(Path); in status()
2006 RedirectingFileSystem::openFileForRead(const Twine &Path_) { in openFileForRead() argument
2008 Path_.toVector(Path); in openFileForRead()
2045 RedirectingFileSystem::getRealPath(const Twine &Path_, in getRealPath() argument
2048 Path_.toVector(Path); in getRealPath()