Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp2346 bool AcceptableWithoutRecovery = false; in DiagnoseEmptyLookup() local
2396 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2402 AcceptableWithoutRecovery = true; in DiagnoseEmptyLookup()
2405 if (AcceptableWithRecovery || AcceptableWithoutRecovery) { in DiagnoseEmptyLookup()