Searched defs:issue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructs.cpp439 // If there are issues, update |loc| with the SourceLocation of the issue
526 unsigned DiagnosticForIssue(RefcountIssue issue) { argument
527 switch (issue) {
533 assert(false && "Do not call DiagnosticForIssue with issue None");
565 RefcountIssue issue = CheckRecordForRefcountIssue(record, loc); local
566 if (issue != None) {
567 diagnostic().Report(loc, DiagnosticForIssue(issue));
623 issue = CheckRecordForRefcountIssue(problem_record, loc);
625 if (issue == ImplicitDestructor) {
630 } else if (issue
[all...]

Completed in 63 milliseconds