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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  349   std::string remapDIPath(StringRef) const;

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  239   PP.remapPath = [this](StringRef Path) { return remapDIPath(Path); };
  446   std::string RemappedFile = remapDIPath(FileName);
  447   std::string CurDir = remapDIPath(getCurrentDirname());
  616       remapDIPath(MainFileName), remapDIPath(getCurrentDirname()), CSInfo,
  616       remapDIPath(MainFileName), remapDIPath(getCurrentDirname()), CSInfo,