Home
last modified time | relevance | path

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

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