clang
3.9.0
|
#include <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) | |
Public Attributes | |
SmallVector< Slot, 2 > | Stack |
ValueType | DefaultValue |
ValueType | CurrentValue |
SourceLocation | CurrentPragmaLocation |
|
inlineexplicit |
void Sema::PragmaStack::Act | ( | SourceLocation | PragmaLocation, |
PragmaMsStackAction | Action, | ||
llvm::StringRef | StackSlotLabel, | ||
ValueType | Value | ||
) |
Definition at line 212 of file SemaAttr.cpp.
References I, clang::Sema::PSK_Pop, clang::Sema::PSK_Push, clang::Sema::PSK_Reset, clang::Sema::PSK_Set, Stack, and clang::Sema::PragmaStack< ValueType >::Slot::StackSlotLabel.
Referenced by clang::Sema::ActOnPragmaMSSeg(), clang::Sema::ActOnPragmaMSVtorDisp(), clang::Sema::ActOnPragmaOptionsAlign(), clang::Sema::ActOnPragmaPack(), and clang::Sema::PragmaStack< unsigned >::SentinelAction().
|
inline |
Definition at line 374 of file Sema.h.
Referenced by clang::Sema::PragmaStackSentinelRAII::PragmaStackSentinelRAII(), and clang::Sema::PragmaStackSentinelRAII::~PragmaStackSentinelRAII().
SourceLocation clang::Sema::PragmaStack< ValueType >::CurrentPragmaLocation |
Definition at line 387 of file Sema.h.
Referenced by clang::Sema::CheckCompleteVariableDeclaration(), and clang::Sema::PragmaStack< unsigned >::SentinelAction().
ValueType clang::Sema::PragmaStack< ValueType >::CurrentValue |
Definition at line 386 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaOptionsAlign(), clang::Sema::ActOnPragmaPack(), clang::Sema::AddAlignmentAttributesForRecord(), clang::Sema::AddMsStructLayoutForRecord(), clang::Sema::CheckCompleteVariableDeclaration(), and clang::Sema::PragmaStack< unsigned >::SentinelAction().
ValueType clang::Sema::PragmaStack< ValueType >::DefaultValue |
SmallVector<Slot, 2> clang::Sema::PragmaStack< ValueType >::Stack |
Definition at line 384 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaMSSeg(), clang::Sema::ActOnPragmaMSVtorDisp(), clang::Sema::ActOnPragmaOptionsAlign(), and clang::Sema::ActOnPragmaPack().