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