Home | History | Annotate | Download | only in plugins

Lines Matching refs:issue

439   // If there are issues, update |loc| with the SourceLocation of the issue
526 unsigned DiagnosticForIssue(RefcountIssue issue) {
527 switch (issue) {
533 assert(false && "Do not call DiagnosticForIssue with issue None");
565 RefcountIssue issue = CheckRecordForRefcountIssue(record, loc);
566 if (issue != None) {
567 diagnostic().Report(loc, DiagnosticForIssue(issue));
623 issue = CheckRecordForRefcountIssue(problem_record, loc);
625 if (issue == ImplicitDestructor) {
630 } else if (issue == PublicDestructor) {