Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1036 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
1037 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
1044 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6902 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
6903 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
6914 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6919 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()