Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp647 const IfStmt *BeforeIf = nullptr; in replaceCompoundReturnWithCondition() local
655 if (!ChainedConditionalReturn && BeforeIf) in replaceCompoundReturnWithCondition()
667 BeforeIf = If; in replaceCompoundReturnWithCondition()
670 BeforeIf = nullptr; in replaceCompoundReturnWithCondition()