clang 20.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 3445 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3451 of file ASTContext.h.
NamedDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3446 of file ASTContext.h.
Referenced by clang::operator<<().
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3447 of file ASTContext.h.
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3448 of file ASTContext.h.