clang
13.0.0git
|
#include "clang/Sema/Sema.h"
Classes | |
struct | Slot |
Public Member Functions | |
void | Act (SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, ValueType Value) |
void | SentinelAction (PragmaMsStackAction Action, StringRef Label) |
PragmaStack (const ValueType &Default) | |
bool | hasValue () const |
void | Act (SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, AlignPackInfo Value) |
Public Attributes | |
SmallVector< Slot, 2 > | Stack |
ValueType | DefaultValue |
ValueType | CurrentValue |
SourceLocation | CurrentPragmaLocation |
|
inlineexplicit |
void clang::Sema::PragmaStack< Sema::AlignPackInfo >::Act | ( | SourceLocation | PragmaLocation, |
PragmaMsStackAction | Action, | ||
llvm::StringRef | StackSlotLabel, | ||
AlignPackInfo | Value | ||
) |
|
inline |
Definition at line 604 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaMSVtorDisp(), and clang::Sema::PragmaStack< MSVtorDispMode >::SentinelAction().
|
inline |
|
inline |
SourceLocation clang::Sema::PragmaStack< ValueType >::CurrentPragmaLocation |
Definition at line 668 of file Sema.h.
Referenced by clang::Sema::PragmaStack< MSVtorDispMode >::Act(), and clang::Sema::PragmaStack< MSVtorDispMode >::SentinelAction().
ValueType clang::Sema::PragmaStack< ValueType >::CurrentValue |
Definition at line 667 of file Sema.h.
Referenced by clang::Sema::PragmaStack< MSVtorDispMode >::Act(), clang::Sema::AddMsStructLayoutForRecord(), clang::Sema::PragmaStack< MSVtorDispMode >::hasValue(), and clang::Sema::PragmaStack< MSVtorDispMode >::SentinelAction().
ValueType clang::Sema::PragmaStack< ValueType >::DefaultValue |
Definition at line 666 of file Sema.h.
Referenced by clang::Sema::PragmaStack< MSVtorDispMode >::Act(), and clang::Sema::PragmaStack< MSVtorDispMode >::hasValue().
SmallVector<Slot, 2> clang::Sema::PragmaStack< ValueType >::Stack |
Definition at line 665 of file Sema.h.
Referenced by clang::Sema::PragmaStack< MSVtorDispMode >::Act(), and clang::Sema::ActOnPragmaMSVtorDisp().