clang
10.0.0git
|
ExpectedData - owns directive objects and deletes on destructor. More...
#include "clang/Frontend/VerifyDiagnosticConsumer.h"
Public Member Functions | |
void | Reset () |
Public Attributes | |
DirectiveList | Errors |
DirectiveList | Warnings |
DirectiveList | Remarks |
DirectiveList | Notes |
ExpectedData - owns directive objects and deletes on destructor.
Definition at line 233 of file VerifyDiagnosticConsumer.h.
|
inline |
Definition at line 239 of file VerifyDiagnosticConsumer.h.
Referenced by clang::VerifyDiagnosticConsumer::UpdateParsedFileStatus().
DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Errors |
Definition at line 234 of file VerifyDiagnosticConsumer.h.
Referenced by CheckResults().
DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Notes |
Definition at line 237 of file VerifyDiagnosticConsumer.h.
Referenced by CheckResults().
DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Remarks |
Definition at line 236 of file VerifyDiagnosticConsumer.h.
Referenced by CheckResults().
DirectiveList clang::VerifyDiagnosticConsumer::ExpectedData::Warnings |
Definition at line 235 of file VerifyDiagnosticConsumer.h.
Referenced by CheckResults().