Home | History | Annotate | Download | only in Core

Lines Matching defs:ND

1510   const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC);
1511 if (!ND)
1514 while (const NamespaceDecl *Parent = dyn_cast<NamespaceDecl>(ND->getParent()))
1515 ND = Parent;
1517 return ND->isStdNamespace();