Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h41 template <class Emitter> class LabelScope; variable
HDCompiler.cpp99 template <class Emitter> class LabelScope { class
104 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp779 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local