Searched refs:UnderlyingND (Results 1 – 2 of 2) 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()
2323 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local2324 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2325 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()2331 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()2332 getAsTypeTemplateDecl(UnderlyingND) || in DiagnoseEmptyLookup()2333 isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()