clang 19.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 1461 of file Sema.h.

Member Data Documentation

◆ Attribute

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

Definition at line 1463 of file Sema.h.

◆ IsUsed

bool clang::Sema::PragmaAttributeEntry::IsUsed

Definition at line 1465 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeEntry::Loc

Definition at line 1462 of file Sema.h.

◆ MatchRules

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

Definition at line 1464 of file Sema.h.


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