clang 22.0.0git
clang::Sema::PragmaClangSection Struct Reference

#include "clang/Sema/Sema.h"

Public Attributes

std::string SectionName
bool Valid = false
SourceLocation PragmaLocation

Detailed Description

Definition at line 1809 of file Sema.h.

Member Data Documentation

◆ PragmaLocation

SourceLocation clang::Sema::PragmaClangSection::PragmaLocation

Definition at line 1812 of file Sema.h.

Referenced by clang::Sema::ActOnPragmaClangSection().

◆ SectionName

std::string clang::Sema::PragmaClangSection::SectionName

Definition at line 1810 of file Sema.h.

Referenced by clang::Sema::ActOnPragmaClangSection().

◆ Valid

bool clang::Sema::PragmaClangSection::Valid = false

Definition at line 1811 of file Sema.h.

Referenced by clang::Sema::ActOnPragmaClangSection().


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