Searched defs:CaseMap (Results 1 – 3 of 3) sorted by relevance
44 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
461 std::map<std::string, std::vector<std::string>> CaseMap; in run() local