Searched defs:TypeWithHandler (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2647 class TypeWithHandler { class in namespace:__anon246
2651 TypeWithHandler(const QualType &type, CXXCatchStmt *statement) function in class:__anon246::TypeWithHandler
2656 bool operator<(const TypeWithHandler &y) const {
2665 bool operator==(const TypeWithHandler& other) const {
2692 SmallVector<TypeWithHandler, 8> TypesWithHandlers;
2706 TypesWithHandlers.push_back(TypeWithHandler(CanonicalCaughtType, Handler));
2713 TypeWithHandler prev = TypesWithHandlers[0];
2715 TypeWithHandler curr = TypesWithHandlers[i];

Completed in 52 milliseconds