|
clang
3.8.0
|
#include <ASTContext.h>
Public Member Functions | |
| SectionInfo () | |
| SectionInfo (DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) | |
Public Attributes | |
| DeclaratorDecl * | Decl |
| SourceLocation | PragmaSectionLocation |
| int | SectionFlags |
Definition at line 2554 of file ASTContext.h.
|
inline |
Definition at line 2558 of file ASTContext.h.
|
inline |
Definition at line 2559 of file ASTContext.h.
| DeclaratorDecl* clang::ASTContext::SectionInfo::Decl |
Definition at line 2555 of file ASTContext.h.
| SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation |
Definition at line 2556 of file ASTContext.h.
| int clang::ASTContext::SectionInfo::SectionFlags |
Definition at line 2557 of file ASTContext.h.
1.8.6