Home | History | Annotate | Download | only in Sema

Lines Matching refs:NS

6022     for (NamespaceDecl *NS = PrevNS->getMostRecentDecl(); NS;
6023 NS = NS->getPreviousDecl())
6024 NS->setInline(*IsInline);
6490 NamespaceDecl *NS = getNamespaceDecl(Named);
6491 DeclContext *CommonAncestor = cast<DeclContext>(NS);