Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1363 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1412 while (DC->isTransparentContext()) { in getNonTransparentContext()
1732 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1842 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1997 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
2052 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
2085 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1382 if (Ctx->isTransparentContext()) in CppLookupName()
1417 if (UCtx->isTransparentContext()) in CppLookupName()
1509 if (Ctx->isTransparentContext()) in CppLookupName()
1529 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1534 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
2188 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4826 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
H A DSemaConcept.cpp866 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()
H A DSemaDecl.cpp1499 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2262 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9632 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
H A DSemaTemplate.cpp1936 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
H A DSemaCodeComplete.cpp743 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
H A DSemaOverload.cpp13579 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2203 bool isTransparentContext() const;