Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp92 llvm::StringRef CurrentContextNS(TargetContextNS); in findContextForNS() local
95 if (!CurrentContextNS.startswith(TargetNS)) in findContextForNS()
98 while (CurrentContextNS != TargetNS) { in findContextForNS()
102 CurrentContextNS = CurrentContextNS.take_front( in findContextForNS()
103 CurrentContextNS.drop_back(2).rfind("::") + 2); in findContextForNS()