clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::ASTContext::SectionInfo Struct Reference

#include <ASTContext.h>

Collaboration diagram for clang::ASTContext::SectionInfo:
[legend]

Public Member Functions

 SectionInfo ()
 
 SectionInfo (DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags)
 

Public Attributes

DeclaratorDeclDecl
 
SourceLocation PragmaSectionLocation
 
int SectionFlags
 

Detailed Description

Definition at line 2588 of file ASTContext.h.

Constructor & Destructor Documentation

clang::ASTContext::SectionInfo::SectionInfo ( )
inline

Definition at line 2592 of file ASTContext.h.

clang::ASTContext::SectionInfo::SectionInfo ( DeclaratorDecl Decl,
SourceLocation  PragmaSectionLocation,
int  SectionFlags 
)
inline

Definition at line 2593 of file ASTContext.h.

Member Data Documentation

DeclaratorDecl* clang::ASTContext::SectionInfo::Decl

Definition at line 2589 of file ASTContext.h.

SourceLocation clang::ASTContext::SectionInfo::PragmaSectionLocation

Definition at line 2590 of file ASTContext.h.

int clang::ASTContext::SectionInfo::SectionFlags

Definition at line 2591 of file ASTContext.h.


The documentation for this struct was generated from the following file: