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. More...
 
const IdentifierInfoNamespace
 The namespace of this push group. More...
 
SmallVector< PragmaAttributeEntry, 2 > Entries
 

Detailed Description

A push'd group of PragmaAttributeEntries.

Definition at line 1498 of file Sema.h.

Member Data Documentation

◆ Entries

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

Definition at line 1503 of file Sema.h.

◆ Loc

SourceLocation clang::Sema::PragmaAttributeGroup::Loc

The location of the push attribute.

Definition at line 1500 of file Sema.h.

◆ Namespace

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

The namespace of this push group.

Definition at line 1502 of file Sema.h.


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