Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1397 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1457 while (DC->isTransparentContext()) { in getNonTransparentContext()
1779 } while (DC->isTransparentContext() && (DC = DC->getParent())); in removeDecl()
1889 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
2051 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
2106 if (isTransparentContext()) in makeDeclVisibleInContextWithFlags()
2139 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
H A DDecl.cpp1757 if (Ctx->isTransparentContext()) in printNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1397 if (Ctx->isTransparentContext()) in CppLookupName()
1432 if (UCtx->isTransparentContext()) in CppLookupName()
1524 if (Ctx->isTransparentContext()) in CppLookupName()
1544 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1549 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
2226 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4920 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
H A DSemaConcept.cpp819 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()
H A DSemaDecl.cpp1516 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
2280 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9845 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
H A DSemaCodeComplete.cpp743 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
H A DSemaTemplate.cpp1979 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
H A DSemaOverload.cpp14344 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2227 bool isTransparentContext() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9798 {"_ZNK5clang11DeclContext20isTransparentContextEv", "clang::DeclContext::isTransparentContext() con…