Searched refs:IfS (Results 1 – 1 of 1) sorted by relevance
388 if (auto *IfS = dyn_cast<IfStmt>(S)) { in findStmtsInUnspecifiedUntypedContext() local389 if (IfS->getThen()) in findStmtsInUnspecifiedUntypedContext()390 InnerMatcher(IfS->getThen()); in findStmtsInUnspecifiedUntypedContext()391 if (IfS->getElse()) in findStmtsInUnspecifiedUntypedContext()392 InnerMatcher(IfS->getElse()); in findStmtsInUnspecifiedUntypedContext()