Home
last modified time | relevance | path

Searched refs:isTransparentContext (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/AST/
DDeclBase.cpp954 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1266 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1399 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1537 while (Ctx->isTransparentContext()) in getRedeclContext()
1592 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
1625 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/external/clang/lib/Sema/
DIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
DSemaLookup.cpp1152 if (Ctx->isTransparentContext()) in CppLookupName()
1187 if (UCtx->isTransparentContext()) in CppLookupName()
1295 if (Ctx->isTransparentContext()) in CppLookupName()
1315 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1320 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
1708 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
2405 while (Ctx->isRecord() || Ctx->isTransparentContext() || in CollectEnclosingNamespace()
4173 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
DSemaExprMember.cpp547 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
DSemaDecl.cpp1248 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1738 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
12242 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
DSemaTemplate.cpp986 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
DSemaCodeComplete.cpp457 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
DSemaOverload.cpp11077 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp12828 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/external/clang/include/clang/AST/
DDeclBase.h1318 bool isTransparentContext() const;
/external/clang/docs/
DInternalsManual.rst1232 ``DeclContext::isTransparentContext()``), whose declarations are visible in the