Searched refs:NsDecl (Results 1 – 3 of 3) sorted by relevance
536 } else if (const auto *NsDecl = in run() local538 moveOldNamespace(Result, NsDecl); in run()652 getLexerStartingFromLoc(NsDecl->getBeginLoc(), SM, LangOpts); in getLocAfterNamespaceLBrace()669 const NamespaceDecl *NsDecl) { in moveOldNamespace() argument671 if (Decl::castToDeclContext(NsDecl)->decls_empty()) in moveOldNamespace()677 getLocAfterNamespaceLBrace(NsDecl, SM, Result.Context->getLangOpts()); in moveOldNamespace()683 MoveNs.Length = SM.getFileOffset(NsDecl->getRBraceLoc()) - MoveNs.Offset; in moveOldNamespace()746 const auto *NsDecl = Result.Nodes.getNodeAs<NamespaceDecl>("ns_decl"); in moveClassForwardDeclaration() local748 assert(!NsDecl->decls_empty()); in moveClassForwardDeclaration()778 const auto *NsDecl = llvm::cast<NamespaceDecl>(NsDeclContext); in replaceQualifiedSymbolInDeclContext() local[all …]
66 const NamespaceDecl *NsDecl);
108 const auto *NsDecl = cast<NamespaceDecl>(ParentDecl); in getNameOfNamespace() local111 NsDecl->printQualifiedName(OStream); in getNameOfNamespace()