Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp225 bool alwaysReturns(const ExtractionZone &EZ) { in alwaysReturns() function
655 Result.AlwaysReturns = alwaysReturns(ExtZone); in captureZoneInfo()
871 (hasReturnStmt(*MaybeExtZone) && !alwaysReturns(*MaybeExtZone))) in prepare()