Searched refs:UnderlyingND (Results 1 – 1 of 1) sorted by relevance
2010 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local2011 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2012 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()2019 isa<TypeDecl>(UnderlyingND) || isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()