Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCheckerContext.cpp61 while (DC->isTransparentContext()) in isCLibraryFunction()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp800 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1239 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1372 while (Ctx->isTransparentContext()) in getRedeclContext()
1446 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
HDSemaLookup.cpp1000 if (Ctx->isTransparentContext()) in CppLookupName()
1035 if (UCtx->isTransparentContext()) in CppLookupName()
1143 if (Ctx->isTransparentContext()) in CppLookupName()
1163 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1168 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
1336 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
1954 while (Ctx->isRecord() || Ctx->isTransparentContext() || in CollectEnclosingNamespace()
3657 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in BuildContextChain()
HDSemaExprMember.cpp521 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
HDSemaDecl.cpp1027 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1474 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
10617 (S->getEntity() && S->getEntity()->isTransparentContext())) in ActOnTag()
HDSemaTemplate.cpp960 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
HDSemaCodeComplete.cpp458 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
HDSemaOverload.cpp10049 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
HDSemaDeclCXX.cpp11658 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1160 bool isTransparentContext() const;