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

/external/clang/lib/AST/
H A DDeclBase.cpp772 bool DeclContext::isTransparentContext() const { function in class:DeclContext
1150 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
1230 while (Ctx->isTransparentContext())
1311 if (isTransparentContext() || isInlineNamespace())

Completed in 65 milliseconds