Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp173 const Node *getLastRootStmt() const { return Parent->Children.back(); } in getLastRootStmt() function
226 const Stmt *Last = EZ.getLastRootStmt()->ASTNode.get<Stmt>(); in alwaysReturns()
318 !validSingleChild(ExtZone.getLastRootStmt(), ExtZone.EnclosingFunction)) in findExtractionZone()
711 ExtZone.getLastRootStmt()->ASTNode.get<Stmt>(), FuncBodyRange, SM, in getSemicolonPolicy()