OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelScope
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeStmtGen.h
36
template <class Emitter> class
LabelScope
;
55
friend class
LabelScope
<Emitter>;
ByteCodeStmtGen.cpp
26
template <class Emitter> class
LabelScope
{
28
virtual ~
LabelScope
() { }
31
LabelScope
(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {}
37
template <class Emitter> class LoopScope final : public
LabelScope
<Emitter> {
44
:
LabelScope
<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel),
61
template <class Emitter> class SwitchScope final : public
LabelScope
<Emitter> {
69
:
LabelScope
<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel),
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
758
unsigned
LabelScope
= LabelAndGotoScopes[TheLabel->getStmt()];
759
LabelDecl *&Target = TargetScopes[
LabelScope
];
Completed in 19 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026