Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp308 ExtractionZone ExtZone; in findExtractionZone() local
310 if (!ExtZone.Parent || ExtZone.Parent->Children.empty()) in findExtractionZone()
312 ExtZone.EnclosingFunction = findEnclosingFunction(ExtZone.Parent); in findExtractionZone()
313 if (!ExtZone.EnclosingFunction) in findExtractionZone()
318 !validSingleChild(ExtZone.getLastRootStmt(), ExtZone.EnclosingFunction)) in findExtractionZone()
324 ExtZone.ZoneRange = *ZoneRange; in findExtractionZone()
325 if (ExtZone.EnclosingFuncRange.isInvalid() || ExtZone.ZoneRange.isInvalid()) in findExtractionZone()
331 return ExtZone; in findExtractionZone()
572 ExtractionZoneVisitor(const ExtractionZone &ExtZone) : ExtZone(ExtZone) { in captureZoneInfo() argument
646 const ExtractionZone &ExtZone; in captureZoneInfo() member in clang::clangd::__anonb5a792ef0111::captureZoneInfo::ExtractionZoneVisitor
[all …]