clang  19.0.0git
Public Attributes | List of all members
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 1209 of file Sema.h.

Member Data Documentation

◆ PragmaLocation

SourceLocation clang::Sema::PragmaClangSection::PragmaLocation

Definition at line 1212 of file Sema.h.

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

◆ SectionName

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

Definition at line 1210 of file Sema.h.

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

◆ Valid

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

Definition at line 1211 of file Sema.h.

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


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