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

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp61 while (DC->isTransparentContext())
/external/clang/lib/AST/
H A DDeclBase.cpp846 bool DeclContext::isTransparentContext() const { function in class:DeclContext
1285 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
1420 while (Ctx->isTransparentContext())
1494 if (isTransparentContext() || isInlineNamespace())
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext())
H A DSemaLookup.cpp990 if (Ctx->isTransparentContext())
1025 if (UCtx->isTransparentContext())
1133 if (Ctx->isTransparentContext())
1153 if (R.isForRedeclaration() && !Ctx->isTransparentContext())
1158 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext())
1325 (S->getEntity() && S->getEntity()->isTransparentContext()))
1941 while (Ctx->isRecord() || Ctx->isTransparentContext() ||
3777 if (!DC->isInlineNamespace() && !DC->isTransparentContext() &&
H A DSemaExprMember.cpp532 while (DC->isTransparentContext())
H A DSemaDecl.cpp1143 while (S->getEntity() && S->getEntity()->isTransparentContext())
1581 (S->getEntity() && S->getEntity()->isTransparentContext()) ||
11013 (S->getEntity() && S->getEntity()->isTransparentContext()))
H A DSemaCodeComplete.cpp458 if (CommonAncestor->isTransparentContext() ||
H A DSemaTemplate.cpp955 while (LookupContext->isTransparentContext())
H A DSemaOverload.cpp10306 if (DC->isTransparentContext())
H A DSemaDeclCXX.cpp11945 while (LookupDC->isTransparentContext())
/external/clang/include/clang/AST/
H A DDeclBase.h1169 /// isTransparentContext - Determines whether this context is a
1184 bool isTransparentContext() const;

Completed in 417 milliseconds