Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp843 bool hasReturnStmt(const ExtractionZone &ExtZone) { in hasReturnStmt() function
871 (hasReturnStmt(*MaybeExtZone) && !alwaysReturns(*MaybeExtZone))) in prepare()