Home
last modified time | relevance | path

Searched refs:diagnostic_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DDiagnosticsReporter.cpp160 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 …]
DDiagnosticsReporter.h91 clang::DiagnosticsEngine& diagnostic_; variable
/external/v8/tools/clang/plugins/
DChromeClassTester.h31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } in diagnostic()
86 clang::DiagnosticsEngine& diagnostic_; variable
DChromeClassTester.cpp41 diagnostic_(instance.getDiagnostics()) { in ChromeClassTester()