Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp201 bool HasPostUse = false; in requiresHoisting() local
205 if (HasPostUse || in requiresHoisting()
208 HasPostUse = llvm::any_of(Loc.Targets, in requiresHoisting()
214 if (HasPostUse) in requiresHoisting()