Home | History | Annotate | Download | only in AST

Lines Matching refs:NS

1570     const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(O);
1571 if (!NS || !NS->isInline())
1573 O = NS->getParent();