Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp61 while (DC->isTransparentContext()) in isCLibraryFunction()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.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()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
DSemaLookup.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()
DSemaExprMember.cpp521 while (DC->isTransparentContext()) in CheckQualifiedMemberReference()
DSemaDecl.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()
DSemaTemplate.cpp960 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
DSemaCodeComplete.cpp458 if (CommonAncestor->isTransparentContext() || in getRequiredQualification()
DSemaOverload.cpp10049 if (DC->isTransparentContext()) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp11659 while (LookupDC->isTransparentContext()) in ActOnFriendFunctionDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h1160 bool isTransparentContext() const;