clang 22.0.0git
clang::Sema::AlignPackIncludeState Struct Reference

#include "clang/Sema/Sema.h"

Public Attributes

AlignPackInfo CurrentValue
SourceLocation CurrentPragmaLocation
bool HasNonDefaultValue
bool ShouldWarnOnInclude

Detailed Description

Definition at line 2032 of file Sema.h.

Member Data Documentation

◆ CurrentPragmaLocation

SourceLocation clang::Sema::AlignPackIncludeState::CurrentPragmaLocation

Definition at line 2034 of file Sema.h.

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

◆ CurrentValue

AlignPackInfo clang::Sema::AlignPackIncludeState::CurrentValue

Definition at line 2033 of file Sema.h.

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

◆ HasNonDefaultValue

bool clang::Sema::AlignPackIncludeState::HasNonDefaultValue

Definition at line 2035 of file Sema.h.

◆ ShouldWarnOnInclude

bool clang::Sema::AlignPackIncludeState::ShouldWarnOnInclude

Definition at line 2035 of file Sema.h.

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


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