Home
last modified time | relevance | path

Searched refs:NSD (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp855 if (NamespaceDecl *NSD = dyn_cast<NamespaceDecl>(D)) { in handleFileLevelDecl() local
856 for (auto *I : NSD->decls()) in handleFileLevelDecl()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4219 if (auto *NSD = dyn_cast<NamespaceDecl>(D)) { in handleDeprecatedAttr() local
4220 if (NSD->isAnonymousNamespace()) { in handleDeprecatedAttr()