clang API Documentation

Public Member Functions | Public Attributes
clang::VerifyDiagnosticConsumer::ExpectedData Struct Reference

#include <VerifyDiagnosticConsumer.h>

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

List of all members.

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 191 of file VerifyDiagnosticConsumer.h.


Member Function Documentation

Definition at line 197 of file VerifyDiagnosticConsumer.h.


Member Data Documentation

Definition at line 192 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), and ParseDirective().

Definition at line 195 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), and ParseDirective().

Definition at line 194 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), and ParseDirective().

Definition at line 193 of file VerifyDiagnosticConsumer.h.

Referenced by CheckResults(), and ParseDirective().


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