Searched refs:UnderlyingND (Results 1 – 1 of 1) sorted by relevance
2552 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local2553 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2554 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()2560 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2561 getAsTypeTemplateDecl(UnderlyingND) || in DiagnoseEmptyLookup()2562 isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()