Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1035 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
1036 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
1043 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6782 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
6783 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
6794 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6799 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()