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