Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp155 struct ExtractionZone { struct
225 bool alwaysReturns(const ExtractionZone &EZ) { in alwaysReturns()
236 bool ExtractionZone::isRootStmt(const Stmt *S) const { in isRootStmt()
305 llvm::Optional<ExtractionZone> findExtractionZone(const Node *CommonAnc, in findExtractionZone()
308 ExtractionZone ExtZone; in findExtractionZone()
565 CapturedZoneInfo captureZoneInfo(const ExtractionZone &ExtZone) { in captureZoneInfo()
646 const ExtractionZone &ExtZone; in captureZoneInfo()
705 getSemicolonPolicy(ExtractionZone &ExtZone, const SourceManager &SM, in getSemicolonPolicy()
752 llvm::Expected<NewFunction> getExtractedFunction(ExtractionZone &ExtZone, in getExtractedFunction()
808 ExtractionZone ExtZone;
[all …]