Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2320 auto *UnderlyingND = ND->getUnderlyingDecl(); in DiagnoseEmptyLookup() local
2321 AcceptableWithRecovery = isa<ValueDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2322 isa<FunctionTemplateDecl>(UnderlyingND); in DiagnoseEmptyLookup()
2328 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2329 getAsTypeTemplateDecl(UnderlyingND) || in DiagnoseEmptyLookup()
2330 isa<ObjCInterfaceDecl>(UnderlyingND); in DiagnoseEmptyLookup()