Searched refs:isCatchAll (Results 1 – 6 of 6) sorted by relevance
168 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
595 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()927 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()965 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
265 REGISTER_MATCHER(isCatchAll); in RegistryMaps()
2348 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function2411 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()2449 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()2472 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
497 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()3557 cxxCatchStmt(isCatchAll()))); in TEST()3559 cxxCatchStmt(isCatchAll()))); in TEST()
2701 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument