clang
7.0.0
|
This represents the stack of attributes that were pushed by #pragma clang attribute. More...
#include "clang/Sema/Sema.h"
Public Attributes | |
SourceLocation | Loc |
ParsedAttr * | Attribute |
SmallVector< attr::SubjectMatchRule, 4 > | MatchRules |
bool | IsUsed |
This represents the stack of attributes that were pushed by #pragma clang attribute.
ParsedAttr* clang::Sema::PragmaAttributeEntry::Attribute |
Definition at line 497 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaAttributePop().
bool clang::Sema::PragmaAttributeEntry::IsUsed |
Definition at line 499 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaAttributePop().
SourceLocation clang::Sema::PragmaAttributeEntry::Loc |
SmallVector<attr::SubjectMatchRule, 4> clang::Sema::PragmaAttributeEntry::MatchRules |