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

/external/clang/lib/AST/
H A DDeclBase.cpp954 bool DeclContext::isTransparentContext() const { function in class:DeclContext
1266 } while (DC->isTransparentContext() && (DC = DC->getParent()));
1399 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
1537 while (Ctx->isTransparentContext())
1592 if (isTransparentContext())
1625 if (isTransparentContext() || isInlineNamespace())

Completed in 188 milliseconds