clang 18.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 3337 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3343 of file ASTContext.h.
NamedDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3338 of file ASTContext.h.
Referenced by clang::operator<<().
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3339 of file ASTContext.h.
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3340 of file ASTContext.h.