struct Sema::PragmaAttributeGroup

Declaration

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

Description

A push'd group of PragmaAttributeEntries.

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

Member Variables

public clang::SourceLocation Loc
The location of the push attribute.
public const clang::IdentifierInfo* Namespace
The namespace of this push group.
public SmallVector<clang::Sema::PragmaAttributeEntry, 2> Entries