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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  235     PP.MSVCFormatting = true;
  238   PP.RemapFilePaths = true;
  239   PP.remapPath = [this](StringRef Path) { return remapDIPath(Path); };
  240   return PP;