Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp36 const char ConditionThenStmtId[] = "if-bool-yields-then"; variable
534 matchBoolCondition(Finder, true, ConditionThenStmtId); in registerMatchers()
554 getBoolLiteral(Result, ConditionThenStmtId)) in check()