Home
last modified time | relevance | path

Searched refs:IfAssign (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp570 else if (const auto *IfAssign = in check() local
572 replaceWithAssignment(Result, IfAssign); in check()
676 const MatchFinder::MatchResult &Result, const IfStmt *IfAssign, in replaceWithAssignment() argument
678 SourceRange Range = IfAssign->getSourceRange(); in replaceWithAssignment()
681 StringRef Terminator = isa<CompoundStmt>(IfAssign->getElse()) ? ";" : ""; in replaceWithAssignment()
683 replacementExpression(Result, Negated, IfAssign->getCond()); in replaceWithAssignment()