Searched defs:tyIdxVec (Results 1 – 2 of 2) sorted by relevance
1247 CatchNode *MIRBuilder::CreateStmtCatch(const MapleVector<TyIdx> &tyIdxVec) in CreateStmtCatch()
2149 …explicit CatchNode(const MapleVector<TyIdx> &tyIdxVec) : StmtNode(OP_catch), exceptionTyIdxVec(tyI… in CatchNode()