reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1888   bool isTransparentContext() const;

References

tools/clang/lib/AST/DeclBase.cpp
 1491     } while (DC->isTransparentContext() && (DC = DC->getParent()));
 1601       if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
 1757   while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext())
 1812     if (isTransparentContext())
 1845   if (isTransparentContext() || isInlineNamespace())
tools/clang/lib/Sema/IdentifierResolver.cpp
  105     while (S->getEntity() && S->getEntity()->isTransparentContext())
tools/clang/lib/Sema/SemaCodeComplete.cpp
  672     if (CommonAncestor->isTransparentContext() ||
tools/clang/lib/Sema/SemaDecl.cpp
 1426   while (S->getEntity() && S->getEntity()->isTransparentContext())
 1986          (S->getEntity() && S->getEntity()->isTransparentContext()) ||
 8558          (S->getEntity() && S->getEntity()->isTransparentContext()))
tools/clang/lib/Sema/SemaDeclCXX.cpp
14950     while (LookupDC->isTransparentContext())
tools/clang/lib/Sema/SemaExprMember.cpp
  570     while (DC->isTransparentContext())
tools/clang/lib/Sema/SemaLookup.cpp
 1333         if (Ctx->isTransparentContext())
 1368               if (UCtx->isTransparentContext())
 1476         if (Ctx->isTransparentContext())
 1496         if (R.isForRedeclaration() && !Ctx->isTransparentContext())
 1501     if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext())
 1926              (S->getEntity() && S->getEntity()->isTransparentContext()))
 4504     if (!DC->isInlineNamespace() && !DC->isTransparentContext() &&
tools/clang/lib/Sema/SemaOverload.cpp
12101     if (DC->isTransparentContext())
tools/clang/lib/Sema/SemaTemplate.cpp
 1486         while (LookupContext->isTransparentContext())
tools/clang/tools/extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
   98   while (D->isInlineNamespace() || D->isTransparentContext())