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

Member Data Documentation

◆ CurrentPragmaLocation

SourceLocation clang::Sema::AlignPackIncludeState::CurrentPragmaLocation

Definition at line 1405 of file Sema.h.

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

◆ CurrentValue

AlignPackInfo clang::Sema::AlignPackIncludeState::CurrentValue

Definition at line 1404 of file Sema.h.

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

◆ HasNonDefaultValue

bool clang::Sema::AlignPackIncludeState::HasNonDefaultValue

Definition at line 1406 of file Sema.h.

◆ ShouldWarnOnInclude

bool clang::Sema::AlignPackIncludeState::ShouldWarnOnInclude

Definition at line 1406 of file Sema.h.

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


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