Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2552 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local
2553 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()