Searched refs:catchTypes (Results 1 – 2 of 2) sorted by relevance
204 private final List<TypeId<?>> catchTypes = new ArrayList<TypeId<?>>(); field in Code362 if (catchTypes.contains(toCatch)) { in addCatchClause()366 catchTypes.add(toCatch); in addCatchClause()367 catches = toTypeList(catchTypes); in addCatchClause()375 int index = catchTypes.indexOf(toCatch); in removeCatchClause()379 catchTypes.remove(index); in removeCatchClause()380 catches = toTypeList(catchTypes); in removeCatchClause()
773 llvm::SmallPtrSet<llvm::Value*, 4> catchTypes; in EmitLandingPad() local824 if (catchTypes.insert(handler.Type.RTTI).second) in EmitLandingPad()