Searched refs:NSD (Results 1 – 3 of 3) sorted by relevance
4594 else if (const auto *NSD = dyn_cast<NamespaceDecl>(&Node)) in AST_POLYMORPHIC_MATCHER() local4595 return NSD->isInline(); in AST_POLYMORPHIC_MATCHER()
848 if (NamespaceDecl *NSD = dyn_cast<NamespaceDecl>(D)) { in handleFileLevelDecl() local849 for (auto *I : NSD->decls()) in handleFileLevelDecl()
4821 if (auto *NSD = dyn_cast<NamespaceDecl>(D)) { in handleDeprecatedAttr() local4822 if (NSD->isAnonymousNamespace()) { in handleDeprecatedAttr()