Searched refs:getNumHandlers (Results 1 – 10 of 10) sorted by relevance
176 unsigned getNumHandlers() const { in getNumHandlers() function185 assert(I < getNumHandlers()); in setHandler()191 assert(I < getNumHandlers()); in getHandler()197 iterator end() const { return getHandlers() + getNumHandlers(); } in end()460 static_cast<const EHCatchScope*>(get())->getNumHandlers());513 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()); in popCatch()
582 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt()628 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock()826 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad()1155 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock()1172 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock()1229 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt()1231 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
103 unsigned getNumHandlers() const { return NumHandlers; } in getNumHandlers() function116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
346 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
5864 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
11106 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
1024 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt()1027 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
1057 assert(Record[Idx] == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt()1061 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
531 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
2824 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) { in VisitCXXTryStmt()