Searched defs:isCatchAll (Results 1 – 3 of 3) sorted by relevance
168 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
2348 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
2701 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument