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

/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())

Completed in 77 milliseconds