Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1022 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
1023 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
1030 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6941 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
6942 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
6953 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6958 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()