Home
last modified time | relevance | path

Searched defs:VPath (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h168 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h512 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)), in VPath() function
514 std::string VPath; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2104 SmallString<128> VPath; in getVFSEntries() local
2115 SmallString<128> VPath; in getVFSEntries() local
2229 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()