Searched defs:CaseMap (Results 1 – 8 of 8) sorted by relevance
44 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
20 public abstract class CaseMap { class28 private CaseMap(int opt) { internalOptions = opt; } in CaseMap() method in CaseMap
19 public abstract class CaseMap { class28 private CaseMap(int opt) { internalOptions = opt; } in CaseMap() method in CaseMap
49 string16 CaseMap(StringPiece16 string, CaseMapperFunction case_mapper) { in CaseMap() function
262 std::map<std::string, std::vector<std::string> > CaseMap; in run() local
461 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
258 using CaseMap = std::map<Case, FuncPair>; typedef in vkt::SpirVAssembly::__anon13c548fd0111::OperationManager