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

References

tools/clang/lib/Basic/FileManager.cpp
  435   bool Changed = FixupRelativePath(Path);
  437   if (!llvm::sys::path::is_absolute(StringRef(Path.data(), Path.size()))) {
  437   if (!llvm::sys::path::is_absolute(StringRef(Path.data(), Path.size()))) {
  438     FS->makeAbsolute(Path);