Home | History | Annotate | Download | only in Core

Lines Matching defs:ND

387   const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC);
388 if (!ND)
391 while (const DeclContext *Parent = ND->getParent()) {
394 ND = cast<NamespaceDecl>(Parent);
397 return ND->isStdNamespace();