clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

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 clang::driver::Command::Print().


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