Home | History | Annotate | Download | only in Sema

Lines Matching refs:OuterContext

4596     DeclContext *OuterContext = DC->getRedeclContext();
4597 if (!OuterContext->isFunctionOrMethod())
4608 OuterContext = OuterContext->getEnclosingNamespaceContext();
4613 if (!OuterContext->Equals(PrevOuterContext))