Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h41 template <class Emitter> class LabelScope; variable
337 friend class LabelScope<Emitter>; variable
H A DCompiler.cpp110 template <class Emitter> class LabelScope { class
115 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp796 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local