Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9556 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext(); in CheckDependentFunctionTemplateSpecialization() local
9568 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
9627 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext(); in CheckFunctionTemplateSpecialization() local
9634 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
9709 << FD->getDeclName() << FDLookupContext; in CheckFunctionTemplateSpecialization()