Directive - Abstract class representing a parsed verify directive.
More...
#include "clang/Frontend/VerifyDiagnosticConsumer.h"
Directive - Abstract class representing a parsed verify directive.
Definition at line 43 of file VerifyDiagnosticConsumer.h.
◆ Directive() [1/2]
clang::VerifyDiagnosticConsumer::Directive::Directive |
( |
const Directive & |
| ) |
|
|
delete |
◆ ~Directive()
virtual clang::VerifyDiagnosticConsumer::Directive::~Directive |
( |
| ) |
|
|
virtualdefault |
◆ Directive() [2/2]
◆ create()
◆ isValid()
virtual bool clang::VerifyDiagnosticConsumer::Directive::isValid |
( |
std::string & |
Error | ) |
|
|
pure virtual |
◆ match()
virtual bool clang::VerifyDiagnosticConsumer::Directive::match |
( |
StringRef |
S | ) |
|
|
pure virtual |
◆ operator=()
◆ DiagnosticLoc
SourceLocation clang::VerifyDiagnosticConsumer::Directive::DiagnosticLoc |
◆ DirectiveLoc
SourceLocation clang::VerifyDiagnosticConsumer::Directive::DirectiveLoc |
◆ MatchAnyFileAndLine
bool clang::VerifyDiagnosticConsumer::Directive::MatchAnyFileAndLine |
◆ MatchAnyLine
bool clang::VerifyDiagnosticConsumer::Directive::MatchAnyLine |
◆ Max
unsigned clang::VerifyDiagnosticConsumer::Directive::Max |
◆ MaxCount
const unsigned clang::VerifyDiagnosticConsumer::Directive::MaxCount = std::numeric_limits<unsigned>::max() |
|
static |
◆ Min
unsigned clang::VerifyDiagnosticConsumer::Directive::Min |
◆ Text
const std::string clang::VerifyDiagnosticConsumer::Directive::Text |
The documentation for this class was generated from the following files: