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 3547 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3553 of file ASTContext.h.
NamedDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3548 of file ASTContext.h.
Referenced by clang::operator<<().
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3549 of file ASTContext.h.
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3550 of file ASTContext.h.