clang 22.0.0git
clang::Sema::PragmaAttributeGroup Struct Reference

A push'd group of PragmaAttributeEntries. More...

#include "clang/Sema/Sema.h"

Public Attributes

SourceLocation Loc
 The location of the push attribute.
const IdentifierInfoNamespace
 The namespace of this push group.
SmallVector< PragmaAttributeEntry, 2 > Entries

Detailed Description

A push'd group of PragmaAttributeEntries.

Definition at line 2098 of file Sema.h.

Member Data Documentation

◆ Entries

SmallVector<PragmaAttributeEntry, 2> clang::Sema::PragmaAttributeGroup::Entries

Definition at line 2103 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeGroup::Loc

The location of the push attribute.

Definition at line 2100 of file Sema.h.

◆ Namespace

const IdentifierInfo* clang::Sema::PragmaAttributeGroup::Namespace

The namespace of this push group.

Definition at line 2102 of file Sema.h.


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