clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 3377 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 3383 of file ASTContext.h.

Member Data Documentation

◆ Decl

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

Definition at line 3378 of file ASTContext.h.

Referenced by clang::operator<<().

◆ PragmaSectionLocation

SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation

Definition at line 3379 of file ASTContext.h.

◆ SectionFlags

int clang::ASTContext::SectionInfo::SectionFlags

Definition at line 3380 of file ASTContext.h.


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