Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1968 bool AcceptableWithoutRecovery = false; in DiagnoseEmptyLookup() local
2018 AcceptableWithoutRecovery = in DiagnoseEmptyLookup()
2023 AcceptableWithoutRecovery = true; in DiagnoseEmptyLookup()
2026 if (AcceptableWithRecovery || AcceptableWithoutRecovery) { in DiagnoseEmptyLookup()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp2281 bool AcceptableWithoutRecovery = false; in DiagnoseEmptyLookup() local
2331 AcceptableWithoutRecovery = isa<TypeDecl>(UnderlyingND) || in DiagnoseEmptyLookup()
2337 AcceptableWithoutRecovery = true; in DiagnoseEmptyLookup()
2340 if (AcceptableWithRecovery || AcceptableWithoutRecovery) { in DiagnoseEmptyLookup()