clang
9.0.0
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
SectionInfo ()=default | |
SectionInfo (DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) | |
Public Attributes | |
DeclaratorDecl * | Decl |
SourceLocation | PragmaSectionLocation |
int | SectionFlags |
Definition at line 3012 of file ASTContext.h.
|
default |
|
inline |
Definition at line 3018 of file ASTContext.h.
DeclaratorDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 3013 of file ASTContext.h.
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 3014 of file ASTContext.h.
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 3015 of file ASTContext.h.
Referenced by clang::CodeGen::CodeGenModule::maybeSetTrivialComdat().