Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h161 void setPath(StringRef Path_) { Path = Path_; }
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h161 void setPath(StringRef Path_) { Path = std::string(Path_); }
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1430 ErrorOr<Entry *> RedirectingFileSystem::lookupPath(const Twine &Path_) { in lookupPath() argument
1432 Path_.toVector(Path); in lookupPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1648 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath()
1650 Path_.toVector(Path); in lookupPath()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1743 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath()
1745 Path_.toVector(Path); in lookupPath()