clang 22.0.0git
clang::driver::CrashReportInfo Struct Reference

#include "clang/Driver/Job.h"

Public Member Functions

 CrashReportInfo (StringRef Filename, StringRef VFSPath)

Public Attributes

StringRef Filename
StringRef VFSPath

Detailed Description

Definition at line 33 of file Job.h.

Constructor & Destructor Documentation

◆ CrashReportInfo()

clang::driver::CrashReportInfo::CrashReportInfo ( StringRef Filename,
StringRef VFSPath )
inline

Definition at line 37 of file Job.h.

References Filename, and VFSPath.

Member Data Documentation

◆ Filename

StringRef clang::driver::CrashReportInfo::Filename

◆ VFSPath

StringRef clang::driver::CrashReportInfo::VFSPath

Definition at line 35 of file Job.h.

Referenced by CrashReportInfo(), and clang::driver::Command::Print().


The documentation for this struct was generated from the following file: