Searched refs:TypeWithHandler (Results 1 – 1 of 1) sorted by relevance
3255 class TypeWithHandler { class3259 TypeWithHandler(const QualType &type, CXXCatchStmt *statement) in TypeWithHandler() function in __anon7fb9f6900711::TypeWithHandler3264 bool operator<(const TypeWithHandler &y) const { in operator <()3273 bool operator==(const TypeWithHandler& other) const { in operator ==()3301 SmallVector<TypeWithHandler, 8> TypesWithHandlers; in ActOnCXXTryBlock()3315 TypesWithHandlers.push_back(TypeWithHandler(CanonicalCaughtType, Handler)); in ActOnCXXTryBlock()3322 TypeWithHandler prev = TypesWithHandlers[0]; in ActOnCXXTryBlock()3324 TypeWithHandler curr = TypesWithHandlers[i]; in ActOnCXXTryBlock()