Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp48 const char CompoundReturnId[] = "compound-return"; variable
520 .bind(CompoundReturnId))) in matchCompoundIfReturnsBool()
638 const auto *Ret = Result.Nodes.getNodeAs<ReturnStmt>(CompoundReturnId); in replaceCompoundReturnWithCondition()