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