Lines Matching defs:getStdNamespace
1113 NamespaceDecl *Std = S.getStdNamespace();
11694 PrevNS = getStdNamespace();
11818 NamespaceDecl *Sema::getStdNamespace() const {
11865 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace());
11968 getStdNamespace()->setImplicit(true);
11971 Context.getTranslationUnitDecl()->addDecl(getStdNamespace());
11972 getStdNamespace()->clearIdentifierNamespace();
11975 return getStdNamespace();
12020 !getStdNamespace()->InEnclosingNamespaceSetOf(
12045 NamespaceDecl *Std = S.getStdNamespace();
12091 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace()),