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