Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4594 else if (const auto *NSD = dyn_cast<NamespaceDecl>(&Node)) in AST_POLYMORPHIC_MATCHER() local
4595 return NSD->isInline(); in AST_POLYMORPHIC_MATCHER()
/external/clang/lib/Frontend/
DASTUnit.cpp848 if (NamespaceDecl *NSD = dyn_cast<NamespaceDecl>(D)) { in handleFileLevelDecl() local
849 for (auto *I : NSD->decls()) in handleFileLevelDecl()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4821 if (auto *NSD = dyn_cast<NamespaceDecl>(D)) { in handleDeprecatedAttr() local
4822 if (NSD->isAnonymousNamespace()) { in handleDeprecatedAttr()