Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NS

310     while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) {
311 if (!NS->isFromASTFile())
313 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext());
314 if (!NS->isInlineNamespace())
316 DC = NS->getParent();