Home
last modified time | relevance | path

Searched refs:isTransparentContext (Results 1 – 23 of 23) 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/llvm-project/clang/lib/AST/
DDeclBase.cpp1173 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1551 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1661 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1817 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
1872 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
1905 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DRemoveUsingNamespace.cpp102 while (D->isInlineNamespace() || D->isTransparentContext()) in visibleContext()
/external/llvm-project/clang/lib/Sema/
DIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
DSemaLookup.cpp1304 if (Ctx->isTransparentContext()) in CppLookupName()
1339 if (UCtx->isTransparentContext()) in CppLookupName()
1431 if (Ctx->isTransparentContext()) in CppLookupName()
1451 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1456 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
1884 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4488 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
DSemaExprMember.cpp568 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
DSemaDecl.cpp1470 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2029 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8852 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
DSemaTemplate.cpp1827 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
DSemaCodeComplete.cpp685 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
DSemaOverload.cpp12721 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp16541 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/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()
DSemaDeclCXX.cpp12828 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp331 while (DC && DC->isTransparentContext()) in lookupSiblingWithName()
/external/clang/include/clang/AST/
DDeclBase.h1318 bool isTransparentContext() const;
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1924 bool isTransparentContext() const;
/external/clang/docs/
DInternalsManual.rst1232 ``DeclContext::isTransparentContext()``), whose declarations are visible in the
/external/llvm-project/clang/docs/
DInternalsManual.rst1336 ``DeclContext::isTransparentContext()``), whose declarations are visible in the