Searched refs:out_nullable (Results 1 – 3 of 3) sorted by relevance
155 TEST_F(DiagnosticsTest, out_nullable) { in TEST_F() argument156 expect_diagnostics = {DiagnosticID::out_nullable}; in TEST_F()165 expect_diagnostics = {DiagnosticID::out_nullable}; in TEST_F()
9 DIAG(out_nullable, "out-nullable", false)
242 diag.Report(a.GetLocation(), DiagnosticID::out_nullable) in Visit()