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

Member Data Documentation

◆ Entries

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

Definition at line 1452 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeGroup::Loc

The location of the push attribute.

Definition at line 1449 of file Sema.h.

◆ Namespace

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

The namespace of this push group.

Definition at line 1451 of file Sema.h.


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