reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/VirtualFileSystem.cpp
 1385           FullPath = FS->getExternalContentsPrefixDir();
 1386           assert(!FullPath.empty() &&
 1388           llvm::sys::path::append(FullPath, Value);
 1390           FullPath = Value;
 1396           FullPath = sys::path::remove_leading_dotslash(FullPath);
 1396           FullPath = sys::path::remove_leading_dotslash(FullPath);
 1397           sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true);
 1399         ExternalContentsPath = FullPath.str();