Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6787 DeclContext *PrevOuterContext = PrevDecl->getDeclContext(); in isOutOfScopePreviousDeclaration() local
6788 if (PrevOuterContext->isRecord()) in isOutOfScopePreviousDeclaration()
6795 PrevOuterContext = PrevOuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6799 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()