Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCheckerContext.cpp61 while (DC->isTransparentContext()) in isCLibraryFunction()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp883 bool DeclContext::isTransparentContext() const { in isTransparentContext() function in DeclContext
1331 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1469 while (Ctx->isTransparentContext()) in getRedeclContext()
1554 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
HDSemaLookup.cpp994 if (Ctx->isTransparentContext()) in CppLookupName()
1029 if (UCtx->isTransparentContext()) in CppLookupName()
1137 if (Ctx->isTransparentContext()) in CppLookupName()
1157 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1162 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
1473 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
2139 while (Ctx->isRecord() || Ctx->isTransparentContext() || in CollectEnclosingNamespace()
3907 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
HDSemaExprMember.cpp517 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
HDSemaDecl.cpp1206 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1684 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
11806 (S->getEntity() && S->getEntity()->isTransparentContext())) in ActOnTag()
HDSemaTemplate.cpp962 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
HDSemaCodeComplete.cpp458 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
HDSemaOverload.cpp10500 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
HDSemaDeclCXX.cpp12585 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1278 bool isTransparentContext() const;