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()
2710 if (const auto *ObjCFor = dyn_cast<ObjCForCollectionStmt>(Condition)) { in assumeCondition() local2712 ExprEngine::hasMoreIteration(State, ObjCFor, N->getLocationContext()); in assumeCondition()2716 State = ExprEngine::removeIterationState(State, ObjCFor, in assumeCondition()