clang 22.0.0git
clang::ASTContext::SectionInfo Struct Reference

#include "clang/AST/ASTContext.h"

Public Member Functions

 SectionInfo ()=default
 SectionInfo (NamedDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags)

Public Attributes

NamedDeclDecl
SourceLocation PragmaSectionLocation
int SectionFlags

Detailed Description

Definition at line 3690 of file ASTContext.h.

Constructor & Destructor Documentation

◆ SectionInfo() [1/2]

clang::ASTContext::SectionInfo::SectionInfo ( )
default

◆ SectionInfo() [2/2]

clang::ASTContext::SectionInfo::SectionInfo ( NamedDecl * Decl,
SourceLocation PragmaSectionLocation,
int SectionFlags )
inline

Definition at line 3696 of file ASTContext.h.

References Decl, PragmaSectionLocation, and SectionFlags.

Member Data Documentation

◆ Decl

NamedDecl* clang::ASTContext::SectionInfo::Decl

Definition at line 3691 of file ASTContext.h.

Referenced by clang::operator<<(), and SectionInfo().

◆ PragmaSectionLocation

SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation

Definition at line 3692 of file ASTContext.h.

Referenced by SectionInfo().

◆ SectionFlags

int clang::ASTContext::SectionInfo::SectionFlags

Definition at line 3693 of file ASTContext.h.

Referenced by SectionInfo().


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