clang 22.0.0git
clang::Sema::PragmaAttributeEntry Struct Reference

This an attribute introduced by #pragma clang attribute. More...

#include "clang/Sema/Sema.h"

Public Attributes

SourceLocation Loc
ParsedAttrAttribute
SmallVector< attr::SubjectMatchRule, 4 > MatchRules
bool IsUsed

Detailed Description

This an attribute introduced by #pragma clang attribute.

Definition at line 2090 of file Sema.h.

Member Data Documentation

◆ Attribute

ParsedAttr* clang::Sema::PragmaAttributeEntry::Attribute

Definition at line 2092 of file Sema.h.

◆ IsUsed

bool clang::Sema::PragmaAttributeEntry::IsUsed

Definition at line 2094 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeEntry::Loc

Definition at line 2091 of file Sema.h.

◆ MatchRules

SmallVector<attr::SubjectMatchRule, 4> clang::Sema::PragmaAttributeEntry::MatchRules

Definition at line 2093 of file Sema.h.


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