Searched refs:UnderlyingND (Results 1 – 1 of 1) sorted by relevance
2320 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local2321 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2322 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()2328 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2329 getAsTypeTemplateDecl(UnderlyingND) || in DiagnoseEmptyLookup()2330 isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()