Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp692 const NamespaceDecl *OuterNs = getOuterNamespace(NsDecl, DiffOldNamespace); in moveOldNamespace() local
694 if (OuterNs) { in moveOldNamespace()
696 OuterNs->getRBraceLoc(), SM, Result.Context->getLangOpts()); in moveOldNamespace()