Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp395 if (const auto *EnclosingWhile = Parent->get<WhileStmt>()) in lookupSiblingWithinEnclosingScope() local
396 return CheckCompoundStmt(EnclosingWhile->getBody(), NewName); in lookupSiblingWithinEnclosingScope()