Lines Matching defs:getStdNamespace
1060 NamespaceDecl *Std = S.getStdNamespace();
11595 PrevNS = getStdNamespace();
11719 NamespaceDecl *Sema::getStdNamespace() const {
11766 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace());
11869 getStdNamespace()->setImplicit(true);
11872 Context.getTranslationUnitDecl()->addDecl(getStdNamespace());
11873 getStdNamespace()->clearIdentifierNamespace();
11876 return getStdNamespace();
11921 !getStdNamespace()->InEnclosingNamespaceSetOf(
11946 NamespaceDecl *Std = S.getStdNamespace();
11992 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace()),