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

#include "clang/AST/ASTContext.h"

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

Public Member Functions

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

Public Attributes

DeclaratorDeclDecl
 
SourceLocation PragmaSectionLocation
 
int SectionFlags
 

Detailed Description

Definition at line 2706 of file ASTContext.h.

Constructor & Destructor Documentation

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

Definition at line 2712 of file ASTContext.h.

Member Data Documentation

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.


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