clang API Documentation
#include <Job.h>

Public Member Functions | |
| CrashReportInfo (StringRef Filename, StringRef VFSPath) | |
Public Attributes | |
| StringRef | Filename |
| StringRef | VFSPath |
| clang::driver::CrashReportInfo::CrashReportInfo | ( | StringRef | Filename, |
| StringRef | VFSPath | ||
| ) | [inline] |
| StringRef clang::driver::CrashReportInfo::Filename |
Definition at line 33 of file Job.h.
Referenced by clang::driver::Driver::generateCompilationDiagnostics(), and clang::driver::Command::Print().
| StringRef clang::driver::CrashReportInfo::VFSPath |
Definition at line 34 of file Job.h.
Referenced by clang::driver::Command::Print().