Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1299 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1348 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp113 (S->getEntity()->isTransparentContext() || in isDeclInScope()
H A DSemaLookup.cpp1370 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()
H A DSemaConcept.cpp701 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()
H A DSemaDecl.cpp1566 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2405 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9776 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
H A DSemaCodeComplete.cpp740 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
H A DSemaTemplate.cpp1992 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
H A DSemaOverload.cpp13554 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2185 bool isTransparentContext() const;