Searched refs:IfAssign (Results 1 – 1 of 1) sorted by relevance
570 else if (const auto *IfAssign = in check() local572 replaceWithAssignment(Result, IfAssign); in check()676 const MatchFinder::MatchResult &Result, const IfStmt *IfAssign, in replaceWithAssignment() argument678 SourceRange Range = IfAssign->getSourceRange(); in replaceWithAssignment()681 StringRef Terminator = isa<CompoundStmt>(IfAssign->getElse()) ? ";" : ""; in replaceWithAssignment()683 replacementExpression(Result, Negated, IfAssign->getCond()); in replaceWithAssignment()