Home
last modified time | relevance | path

Searched defs:OptLabelTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h103 using OptLabelTy = std::optional<LabelTy>; variable
H A DCompiler.cpp113 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope
136 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; typedef in clang::interp::SwitchScope