clang 17.0.0git
Public Member Functions | Public Attributes | List of all members
clang::VerifyDiagnosticConsumer::ExpectedData Struct Reference

ExpectedData - owns directive objects and deletes on destructor. More...

#include "clang/Frontend/VerifyDiagnosticConsumer.h"

Collaboration diagram for clang::VerifyDiagnosticConsumer::ExpectedData:
Collaboration graph
[legend]

Public Member Functions

void Reset ()
 

Public Attributes

DirectiveList Errors
 
DirectiveList Warnings
 
DirectiveList Remarks
 
DirectiveList Notes
 

Detailed Description

ExpectedData - owns directive objects and deletes on destructor.

Definition at line 236 of file VerifyDiagnosticConsumer.h.

Member Function Documentation

◆ Reset()

void clang::VerifyDiagnosticConsumer::ExpectedData::Reset ( )
inline

Definition at line 242 of file VerifyDiagnosticConsumer.h.

References Errors, Notes, Remarks, and Warnings.

Member Data Documentation

◆ Errors

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Errors

Definition at line 237 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), ParseDirective(), and Reset().

◆ Notes

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Notes

Definition at line 240 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), ParseDirective(), and Reset().

◆ Remarks

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Remarks

Definition at line 239 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), ParseDirective(), and Reset().

◆ Warnings

DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Warnings

Definition at line 238 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), ParseDirective(), and Reset().


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