Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5324 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
5325 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
5336 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
5341 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()