|
clang
5.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 2706 of file ASTContext.h.
|
default |
|
inline |
Definition at line 2712 of file ASTContext.h.
| DeclaratorDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 2707 of file ASTContext.h.
| SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 2708 of file ASTContext.h.
| int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 2709 of file ASTContext.h.
1.8.6