Searched refs:isTransparentContext (Results 1 – 8 of 8) sorted by relevance
1363 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext1412 while (DC->isTransparentContext()) { in getNonTransparentContext()1732 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()1842 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()1997 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()2052 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()2085 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
1382 if (Ctx->isTransparentContext()) in CppLookupName()1417 if (UCtx->isTransparentContext()) in CppLookupName()1509 if (Ctx->isTransparentContext()) in CppLookupName()1529 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()1534 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()2188 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()4826 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
866 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()
1499 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()2262 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()9632 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
1936 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
743 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
13579 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
2203 bool isTransparentContext() const;