Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp103 while (DC0->isTransparentContext()) in mayShadowImpl()
105 while (DC1->isTransparentContext()) in mayShadowImpl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1187 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1236 while (DC->isTransparentContext()) { in getNonTransparentContext()
1547 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1657 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1811 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
1866 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
1899 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DRemoveUsingNamespace.cpp99 while (D->isInlineNamespace() || D->isTransparentContext()) in visibleContext()
/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
H A DSemaLookup.cpp1355 if (Ctx->isTransparentContext()) in CppLookupName()
1390 if (UCtx->isTransparentContext()) in CppLookupName()
1482 if (Ctx->isTransparentContext()) in CppLookupName()
1502 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1507 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
2181 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4865 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
H A DSemaDecl.cpp1513 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2277 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9392 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
H A DSemaTemplate.cpp1853 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
H A DSemaCodeComplete.cpp718 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
H A DSemaOverload.cpp12896 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp411 if (D->isTransparentContext() || D->isInlineNamespace()) in hasReservedScope()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp392 while (DC->isTransparentContext()) in lookupSiblingsWithinContext()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2013 bool isTransparentContext() const;
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst1759 ``DeclContext::isTransparentContext()``), whose declarations are visible in the