Home
last modified time | relevance | path

Searched refs:UnderlyingND (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp2010 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local
2011 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2012 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()
2019 isa<TypeDecl>(UnderlyingND) || isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()