|
clang
5.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 |
| AttributeList * | Attribute |
| SmallVector < attr::SubjectMatchRule, 4 > | MatchRules |
| bool | IsUsed |
This represents the stack of attributes that were pushed by #pragma clang attribute.
| AttributeList* clang::Sema::PragmaAttributeEntry::Attribute |
Definition at line 473 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaAttributePop().
| bool clang::Sema::PragmaAttributeEntry::IsUsed |
Definition at line 475 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaAttributePop().
| SourceLocation clang::Sema::PragmaAttributeEntry::Loc |
| SmallVector<attr::SubjectMatchRule, 4> clang::Sema::PragmaAttributeEntry::MatchRules |
1.8.6