Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3255 class TypeWithHandler { class
3259 TypeWithHandler(const QualType &type, CXXCatchStmt *statement) in TypeWithHandler() function in __anon7fb9f6900711::TypeWithHandler
3264 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()