reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
137 if (std::error_code EC = sys::fs::status(entry.VPath, Stat)) { 155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { 161 if (auto perms = sys::fs::getPermissions(entry.VPath)) {lib/Support/VirtualFileSystem.cpp
1980 startDirectory(path::parent_path(Entry.VPath)); 1990 writeEntry(path::filename(Entry.VPath), RPath); 1993 StringRef Dir = path::parent_path(Entry.VPath); 2011 writeEntry(path::filename(Entry.VPath), RPath); 2027 return LHS.VPath < RHS.VPath; 2027 return LHS.VPath < RHS.VPath;tools/clang/lib/Frontend/CompilerInstance.cpp
214 MDC->addFile(E.VPath, E.RPath);
unittests/Support/FileCollectorTest.cpp21 return LHS.VPath == RHS.VPath && LHS.RPath == RHS.RPath; 21 return LHS.VPath == RHS.VPath && LHS.RPath == RHS.RPath;