Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp364 bool eligibleForExtraction(const SelectionTree::Node *N) { in eligibleForExtraction() function
431 if (!TargetNode || !eligibleForExtraction(TargetNode)) in computeExtractedExpr()