clang API Documentation

Public Member Functions | Public Attributes
clang::ASTContext::SectionInfo Struct Reference

#include <ASTContext.h>

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

List of all members.

Public Member Functions

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

Public Attributes

DeclaratorDeclDecl
SourceLocation PragmaSectionLocation
int SectionFlags

Detailed Description

Definition at line 2348 of file ASTContext.h.


Constructor & Destructor Documentation

Definition at line 2352 of file ASTContext.h.

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

Definition at line 2353 of file ASTContext.h.


Member Data Documentation

Definition at line 2349 of file ASTContext.h.

Definition at line 2350 of file ASTContext.h.

Definition at line 2351 of file ASTContext.h.


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