Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp5236 DeclContext *PrevOuterContext = PrevDecl->getDeclContext(); in isOutOfScopePreviousDeclaration() local
5237 if (PrevOuterContext->isRecord()) in isOutOfScopePreviousDeclaration()
5244 PrevOuterContext = PrevOuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
5248 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()