Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp623 auto Selections = tweakSelection(Sel, *InpAST, /*FS=*/nullptr); in enumerateTweaks() local
624 if (!Selections) in enumerateTweaks()
625 return CB(Selections.takeError()); in enumerateTweaks()
632 for (const auto &Sel : *Selections) { in enumerateTweaks()
662 auto Selections = tweakSelection(Sel, *InpAST, FS.get()); in applyTweak() local
663 if (!Selections) in applyTweak()
664 return CB(Selections.takeError()); in applyTweak()
668 for (const auto &Selection : *Selections) { in applyTweak()