|
clang 22.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
| Slot (llvm::StringRef StackSlotLabel, ValueType Value, SourceLocation PragmaLocation, SourceLocation PragmaPushLocation) | |
Public Attributes | |
| llvm::StringRef | StackSlotLabel |
| ValueType | Value |
| SourceLocation | PragmaLocation |
| SourceLocation | PragmaPushLocation |
|
inline |
Definition at line 1941 of file Sema.h.
References PragmaLocation, PragmaPushLocation, StackSlotLabel, and Value.
| SourceLocation clang::Sema::PragmaStack< ValueType >::Slot::PragmaLocation |
| SourceLocation clang::Sema::PragmaStack< ValueType >::Slot::PragmaPushLocation |
| llvm::StringRef clang::Sema::PragmaStack< ValueType >::Slot::StackSlotLabel |
Definition at line 1937 of file Sema.h.
Referenced by clang::Sema::PragmaStack< ValueType >::Act(), and Slot().
| ValueType clang::Sema::PragmaStack< ValueType >::Slot::Value |