Home
last modified time | relevance | path

Searched defs:CaseMap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h44 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
H A DByteCodeStmtGen.cpp65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp461 std::map<std::string, std::vector<std::string>> CaseMap; in run() local