Searched refs:isCatchAll (Results 1 – 5 of 5) sorted by relevance
692 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()1060 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()1089 } else if (CatchScope.getHandler(I + 1).isCatchAll()) { in emitWasmCatchPadBlock()1131 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()1175 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()1272 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()
173 bool isCatchAll() const { return Type.RTTI == nullptr; }
412 REGISTER_MATCHER(isCatchAll); in RegistryMaps()
4079 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function4148 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()4186 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()4209 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
4749 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument