Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp52 const char IfStmtId[] = "if"; variable
448 .bind(IfStmtId), in matchBoolCondition()
599 const auto *IfStatement = Result.Nodes.getNodeAs<IfStmt>(IfStmtId); in replaceWithThenStatement()
607 const auto *IfStatement = Result.Nodes.getNodeAs<IfStmt>(IfStmtId); in replaceWithElseStatement()