Home
last modified time | relevance | path

Searched refs:OuterContext (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp5457 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
5458 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
5469 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
5474 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()