clang 18.0.0git
Public Attributes | List of all members
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 756 of file Sema.h.

Member Data Documentation

◆ Attribute

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

Definition at line 758 of file Sema.h.

◆ IsUsed

bool clang::Sema::PragmaAttributeEntry::IsUsed

Definition at line 760 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeEntry::Loc

Definition at line 757 of file Sema.h.

◆ MatchRules

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

Definition at line 759 of file Sema.h.


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