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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1172 bool DeclContext::isTransparentContext() const { function in class:DeclContext
1550 } while (DC->isTransparentContext() && (DC = DC->getParent()));
1660 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
1816 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext())
1871 if (isTransparentContext())
1904 if (isTransparentContext() || isInlineNamespace())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext())
H A DSemaLookup.cpp1286 if (Ctx->isTransparentContext())
1321 if (UCtx->isTransparentContext())
1413 if (Ctx->isTransparentContext())
1433 if (R.isForRedeclaration() && !Ctx->isTransparentContext())
1438 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext())
1866 (S->getEntity() && S->getEntity()->isTransparentContext()))
4444 if (!DC->isInlineNamespace() && !DC->isTransparentContext() &&
H A DSemaExprMember.cpp570 while (DC->isTransparentContext())
H A DSemaDecl.cpp1449 while (S->getEntity() && S->getEntity()->isTransparentContext())
2016 (S->getEntity() && S->getEntity()->isTransparentContext()) ||
8797 (S->getEntity() && S->getEntity()->isTransparentContext()))
H A DSemaCodeComplete.cpp685 if (CommonAncestor->isTransparentContext() ||
H A DSemaTemplate.cpp1710 while (LookupContext->isTransparentContext())
H A DSemaDeclCXX.cpp16475 while (LookupDC->isTransparentContext())
H A DSemaOverload.cpp12545 if (DC->isTransparentContext())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1910 /// isTransparentContext - Determines whether this context is a
1925 bool isTransparentContext() const;

Completed in 524 milliseconds