clang
7.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 2915 of file ASTContext.h.
|
default |
|
inline |
Definition at line 2921 of file ASTContext.h.
DeclaratorDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 2916 of file ASTContext.h.
SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 2917 of file ASTContext.h.
int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 2918 of file ASTContext.h.
Referenced by clang::CodeGen::CodeGenModule::maybeSetTrivialComdat().