Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp3082 SmallVector<TypeWithHandler, 8> TypesWithHandlers; in ActOnCXXTryBlock() local
3096 TypesWithHandlers.push_back(TypeWithHandler(CanonicalCaughtType, Handler)); in ActOnCXXTryBlock()
3101 llvm::array_pod_sort(TypesWithHandlers.begin(), TypesWithHandlers.end()); in ActOnCXXTryBlock()
3103 TypeWithHandler prev = TypesWithHandlers[0]; in ActOnCXXTryBlock()
3104 for (unsigned i = 1; i < TypesWithHandlers.size(); ++i) { in ActOnCXXTryBlock()
3105 TypeWithHandler curr = TypesWithHandlers[i]; in ActOnCXXTryBlock()