Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp102 bool isRootStmt(const Node *N) { in isRootStmt() function
151 return llvm::all_of(Parent->Children, isRootStmt) ? Parent : nullptr; in getParentOfRootStmts()
170 bool isRootStmt(const Stmt *S) const;
236 bool ExtractionZone::isRootStmt(const Stmt *S) const { in isRootStmt() function in clang::clangd::__anonb5a792ef0111::ExtractionZone
579 bool IsRootStmt = ExtZone.isRootStmt(const_cast<const Stmt *>(S)); in captureZoneInfo()