|
clang
5.0.0
|
#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) | |
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 242 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 409 of file Sema.h.
Referenced by clang::Sema::PragmaStackSentinelRAII::PragmaStackSentinelRAII(), and clang::Sema::PragmaStackSentinelRAII::~PragmaStackSentinelRAII().
| SourceLocation clang::Sema::PragmaStack< ValueType >::CurrentPragmaLocation |
Definition at line 422 of file Sema.h.
Referenced by clang::Sema::CheckCompleteVariableDeclaration(), and clang::Sema::PragmaStack< unsigned >::SentinelAction().
| ValueType clang::Sema::PragmaStack< ValueType >::CurrentValue |
Definition at line 421 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 419 of file Sema.h.
Referenced by clang::Sema::ActOnPragmaMSSeg(), clang::Sema::ActOnPragmaMSVtorDisp(), clang::Sema::ActOnPragmaOptionsAlign(), and clang::Sema::ActOnPragmaPack().
1.8.6