Searched refs:isTransparentContext (Results 1 – 9 of 9) sorted by relevance
1299 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext1348 while (DC->isTransparentContext()) { in getNonTransparentContext()1668 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()1778 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()1933 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()1988 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()2021 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
113 (S->getEntity()->isTransparentContext() || in isDeclInScope()
1370 if (Ctx->isTransparentContext()) in CppLookupName()1405 if (UCtx->isTransparentContext()) in CppLookupName()1497 if (Ctx->isTransparentContext()) in CppLookupName()1517 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()1522 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()2195 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()4895 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
701 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()
1566 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()2405 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()9776 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
740 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
1992 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
13554 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
2185 bool isTransparentContext() const;