Home
last modified time | relevance | path

Searched refs:TypeWithHandler (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp3151 class TypeWithHandler { class
3155 TypeWithHandler(const QualType &type, CXXCatchStmt *statement) in TypeWithHandler() function in __anon3aaa9c560511::TypeWithHandler
3160 bool operator<(const TypeWithHandler &y) const { in operator <()
3169 bool operator==(const TypeWithHandler& other) const { in operator ==()
3197 SmallVector<TypeWithHandler, 8> TypesWithHandlers; in ActOnCXXTryBlock()
3211 TypesWithHandlers.push_back(TypeWithHandler(CanonicalCaughtType, Handler)); in ActOnCXXTryBlock()
3218 TypeWithHandler prev = TypesWithHandlers[0]; in ActOnCXXTryBlock()
3220 TypeWithHandler curr = TypesWithHandlers[i]; in ActOnCXXTryBlock()