Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h70 replaceWithAssignment(const ast_matchers::MatchFinder::MatchResult &Result,
DSimplifyBooleanExprCheck.cpp572 replaceWithAssignment(Result, IfAssign); in check()
575 replaceWithAssignment(Result, IfAssignNot, true); in check()
675 void SimplifyBooleanExprCheck::replaceWithAssignment( in replaceWithAssignment() function in clang::tidy::readability::SimplifyBooleanExprCheck