Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp5231 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
5232 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
5243 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
5248 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()