struct ASTContext::SectionInfo
Declaration
struct ASTContext::SectionInfo { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/ASTContext.h:3297
Member Variables
- public clang::NamedDecl* Decl
- public clang::SourceLocation PragmaSectionLocation
- public int SectionFlags
Method Overview
- public SectionInfo()
- public SectionInfo(clang::NamedDecl * Decl, clang::SourceLocation PragmaSectionLocation, int SectionFlags)
Methods
¶SectionInfo()
SectionInfo()
Declared at: clang/include/clang/AST/ASTContext.h:3302
¶SectionInfo(
clang::NamedDecl* Decl,
clang::SourceLocation PragmaSectionLocation,
int SectionFlags)
SectionInfo(
clang::NamedDecl* Decl,
clang::SourceLocation PragmaSectionLocation,
int SectionFlags)
Declared at: clang/include/clang/AST/ASTContext.h:3303
Parameters
- clang::NamedDecl* Decl
- clang::SourceLocation PragmaSectionLocation
- int SectionFlags