Searched refs:diagnostic_ (Results 1 – 4 of 4) sorted by relevance
160 return diagnostic_.Report(full_loc, diag_id); in ReportDiagnostic()166 diagnostic_(instance.getDiagnostics()) in DiagnosticsReporter()169 diag_class_must_left_mostly_derive_gc_ = diagnostic_.getCustomDiagID( in DiagnosticsReporter()172 diagnostic_.getCustomDiagID(getErrorLevel(), kClassRequiresTraceMethod); in DiagnosticsReporter()174 diagnostic_.getCustomDiagID(getErrorLevel(), kBaseRequiresTracing); in DiagnosticsReporter()176 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsRequireTracing); in DiagnosticsReporter()178 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsImproperlyTraced); in DiagnosticsReporter()179 diag_class_contains_invalid_fields_ = diagnostic_.getCustomDiagID( in DiagnosticsReporter()182 diagnostic_.getCustomDiagID(getErrorLevel(), kClassContainsGCRoot); in DiagnosticsReporter()183 diag_class_requires_finalization_ = diagnostic_.getCustomDiagID( in DiagnosticsReporter()[all …]
91 clang::DiagnosticsEngine& diagnostic_; variable
31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } in diagnostic()86 clang::DiagnosticsEngine& diagnostic_; variable
41 diagnostic_(instance.getDiagnostics()) { in ChromeClassTester()