Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9260 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext(); in CheckDependentFunctionTemplateSpecialization() local
9272 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
9330 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext(); in CheckFunctionTemplateSpecialization() local
9337 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
9412 << FD->getDeclName() << FDLookupContext; in CheckFunctionTemplateSpecialization()