Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp165 llvm::DenseSet<const Stmt *> RootStmts; member
183 for (auto *RootStmt : RootStmts) { in requiresHoisting()
237 return RootStmts.contains(S); in isRootStmt()
329 ExtZone.RootStmts.insert(Child->ASTNode.get<Stmt>()); in findExtractionZone()
855 for (const Stmt *RootStmt : ExtZone.RootStmts) { in hasReturnStmt()