Home
last modified time | relevance | path

Searched defs:OptLabelTy (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h38 using OptLabelTy = std::optional<LabelTy>; variable
H A DByteCodeStmtGen.cpp40 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope
64 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy; typedef in clang::interp::SwitchScope