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