Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp987 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
988 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
995 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6280 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local
6281 if (!OuterContext->isFunctionOrMethod()) in isOutOfScopePreviousDeclaration()
6292 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6297 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()