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 3690 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3696 of file ASTContext.h.
References Decl, PragmaSectionLocation, and SectionFlags.
NamedDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3691 of file ASTContext.h.
Referenced by clang::operator<<(), and SectionInfo().
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3692 of file ASTContext.h.
Referenced by SectionInfo().
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3693 of file ASTContext.h.
Referenced by SectionInfo().