Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp752 const IfStmt *IfAssign, in replaceWithAssignment() argument
756 SourceRange Range = IfAssign->getSourceRange(); in replaceWithAssignment()
758 StringRef Terminator = isa<CompoundStmt>(IfAssign->getElse()) ? ";" : ""; in replaceWithAssignment()
760 replacementExpression(Context, Negated, IfAssign->getCond()); in replaceWithAssignment()