Searched defs:OptLabelTy (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/Interp/ | ||
H A D | ByteCodeStmtGen.h | 38 using OptLabelTy = std::optional<LabelTy>; variable |
H A D | ByteCodeStmtGen.cpp | 40 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope |