clang 22.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
SectionInfo ()=default | |
SectionInfo (NamedDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) |
Public Attributes | |
NamedDecl * | Decl |
SourceLocation | PragmaSectionLocation |
int | SectionFlags |
Definition at line 3725 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3731 of file ASTContext.h.
References Decl, PragmaSectionLocation, and SectionFlags.
NamedDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3726 of file ASTContext.h.
Referenced by clang::operator<<(), and SectionInfo().
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3727 of file ASTContext.h.
Referenced by SectionInfo().
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3728 of file ASTContext.h.
Referenced by SectionInfo().