reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 9381     Namespc->setInvalidDecl();
 9383   ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList);
 9384   AddPragmaAttributes(DeclRegionScope, Namespc);
 9387   if (const VisibilityAttr *Attr = Namespc->getAttr<VisibilityAttr>())
 9391     StdNamespace = Namespc;
 9393     KnownNamespaces[Namespc] = false;
 9396     PushOnScopeChains(Namespc, DeclRegionScope);
 9401       TU->setAnonymousNamespace(Namespc);
 9403       cast<NamespaceDecl>(Parent)->setAnonymousNamespace(Namespc);
 9406     CurContext->addDecl(Namespc);
 9430                                       Namespc,
 9437   ActOnDocumentableDecl(Namespc);
 9444   PushDeclContext(NamespcScope, Namespc);
 9445   return Namespc;