Searched refs:DiagnoseAmbiguous (Results 1 – 1 of 1) sorted by relevance
164 DiagnoseAmbiguous(Redecl == RedeclarationKind::NotForRedeclaration) {179 DiagnoseAmbiguous(Redecl == RedeclarationKind::NotForRedeclaration) {211 DiagnoseAmbiguous(std::move(Other.DiagnoseAmbiguous)), in LookupResult()217 Other.DiagnoseAmbiguous = false; in LookupResult()236 DiagnoseAmbiguous = std::move(Other.DiagnoseAmbiguous);242 Other.DiagnoseAmbiguous = false;249 if (DiagnoseAmbiguous) in ~LookupResult()636 DiagnoseAmbiguous = false; in suppressDiagnostics()648 bool isSuppressingAmbiguousDiagnostics() const { return !DiagnoseAmbiguous; } in isSuppressingAmbiguousDiagnostics()816 bool DiagnoseAmbiguous = false; variable