Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1170 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1511 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1621 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1775 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
1830 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
1863 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
H A DSemaLookup.cpp1345 if (Ctx->isTransparentContext()) in CppLookupName()
1380 if (UCtx->isTransparentContext()) in CppLookupName()
1472 if (Ctx->isTransparentContext()) in CppLookupName()
1492 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1497 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
1925 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4537 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
H A DSemaExprMember.cpp567 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
H A DSemaDecl.cpp1468 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2028 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8939 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
H A DSemaCodeComplete.cpp715 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
H A DSemaTemplate.cpp1848 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
H A DSemaOverload.cpp12707 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
H A DSemaDeclCXX.cpp16615 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1969 bool isTransparentContext() const;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1759 ``DeclContext::isTransparentContext()``), whose declarations are visible in the