Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h161 void setPath(StringRef Path_) { Path = std::string(Path_); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1152 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_, in isLocal() argument
1155 Path_.toVector(Path); in isLocal()
1959 ErrorOr<Status> RedirectingFileSystem::status(const Twine &Path_) { in status() argument
1961 Path_.toVector(Path); in status()
2005 RedirectingFileSystem::openFileForRead(const Twine &Path_) { in openFileForRead() argument
2007 Path_.toVector(Path); in openFileForRead()
2044 RedirectingFileSystem::getRealPath(const Twine &Path_, in getRealPath() argument
2047 Path_.toVector(Path); in getRealPath()