Home
last modified time | relevance | path

Searched defs:LabelScope (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h31 template <class Emitter> class LabelScope; variable
H A DByteCodeStmtGen.cpp26 template <class Emitter> class LabelScope { class
31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
/openbsd/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp763 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local