Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp2345 bool AcceptableWithoutRecovery = false; in DiagnoseEmptyLookup() local
2395 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2401 AcceptableWithoutRecovery = true; in DiagnoseEmptyLookup()
2404 if (AcceptableWithRecovery || AcceptableWithoutRecovery) { in DiagnoseEmptyLookup()