Searched refs:UnderlyingND (Results 1 – 1 of 1) sorted by relevance
2621 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local2622 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2623 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()2629 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2630 getAsTypeTemplateDecl(UnderlyingND) || in DiagnoseEmptyLookup()2631 isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()