Searched refs:ObjCFor (Results 1 – 2 of 2) sorted by relevance
42 if (const auto *ObjCFor = dyn_cast<ObjCForCollectionStmt>(S)) in isSemicolonRequiredAfter() local43 return isSemicolonRequiredAfter(ObjCFor->getBody()); in isSemicolonRequiredAfter()
2698 if (const auto *ObjCFor = dyn_cast<ObjCForCollectionStmt>(Condition)) { in assumeCondition() local2700 ExprEngine::hasMoreIteration(State, ObjCFor, N->getLocationContext()); in assumeCondition()2704 State = ExprEngine::removeIterationState(State, ObjCFor, in assumeCondition()