Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2278 bool AcceptableWithoutRecovery = false; in DiagnoseEmptyLookup() local
2328 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2334 AcceptableWithoutRecovery = true; in DiagnoseEmptyLookup()
2337 if (AcceptableWithRecovery || AcceptableWithoutRecovery) { in DiagnoseEmptyLookup()