Searched defs:OptLabelTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | ||
| H A D | Compiler.h | 103 using OptLabelTy = std::optional<LabelTy>; variable |
| H A D | Compiler.cpp | 113 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope |