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

References

tools/clang/lib/Driver/Job.cpp
  227   bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty();
  227   bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty();
  231     if (CrashInfo) {
  259         StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename);
  269   if (CrashInfo && HaveCrashVFS) {
  273     printArg(OS, CrashInfo->VFSPath.str(), Quote);
  281         llvm::sys::path::parent_path(CrashInfo->VFSPath));