Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp988 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
989 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
996 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp6717 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
6718 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
6729 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6734 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()