struct Sema::PragmaAttributeEntry

Declaration

struct Sema::PragmaAttributeEntry { /* full declaration omitted */ };

Description

This an attribute introduced by # pragma clang attribute.

Declared at: clang/include/clang/Sema/Sema.h:733

Member Variables

public clang::SourceLocation Loc
public clang::ParsedAttr* Attribute
public SmallVector<attr::SubjectMatchRule, 4> MatchRules
public bool IsUsed