clang 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Compiler.h"
Public Member Functions | |
LabelInfo (const Stmt *Name, OptLabelTy BreakLabel, OptLabelTy ContinueLabel, OptLabelTy DefaultLabel, const VariableScope< Emitter > *BreakOrContinueScope) |
Public Attributes | |
const Stmt * | Name |
const VariableScope< Emitter > * | BreakOrContinueScope |
OptLabelTy | BreakLabel |
OptLabelTy | ContinueLabel |
OptLabelTy | DefaultLabel |
Definition at line 118 of file Compiler.h.
|
inline |
Definition at line 124 of file Compiler.h.
References BreakLabel, BreakOrContinueScope, ContinueLabel, DefaultLabel, and Name.
OptLabelTy clang::interp::Compiler< Emitter >::LabelInfo::BreakLabel |
Definition at line 121 of file Compiler.h.
Referenced by LabelInfo().
const VariableScope<Emitter>* clang::interp::Compiler< Emitter >::LabelInfo::BreakOrContinueScope |
Definition at line 120 of file Compiler.h.
Referenced by LabelInfo().
OptLabelTy clang::interp::Compiler< Emitter >::LabelInfo::ContinueLabel |
Definition at line 122 of file Compiler.h.
Referenced by LabelInfo().
OptLabelTy clang::interp::Compiler< Emitter >::LabelInfo::DefaultLabel |
Definition at line 123 of file Compiler.h.
Referenced by LabelInfo().
const Stmt* clang::interp::Compiler< Emitter >::LabelInfo::Name |
Definition at line 119 of file Compiler.h.
Referenced by LabelInfo().