Searched refs:isRootStmt (Results 1 – 1 of 1) sorted by relevance
102 bool isRootStmt(const Node *N) { in isRootStmt() function151 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::ExtractionZone579 bool IsRootStmt = ExtZone.isRootStmt(const_cast<const Stmt *>(S)); in captureZoneInfo()