HomeSort by relevance Sort by last modified time
    Searched refs:diagnostic_ (Results 1 - 7 of 7) sorted by null

  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.cpp 157 return diagnostic_.Report(full_loc, diag_id);
163 diagnostic_(instance.getDiagnostics())
166 diag_class_must_left_mostly_derive_gc_ = diagnostic_.getCustomDiagID(
169 diagnostic_.getCustomDiagID(getErrorLevel(), kClassRequiresTraceMethod);
171 diagnostic_.getCustomDiagID(getErrorLevel(), kBaseRequiresTracing);
173 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsRequireTracing);
175 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsImproperlyTraced);
176 diag_class_contains_invalid_fields_ = diagnostic_.getCustomDiagID(
179 diagnostic_.getCustomDiagID(getErrorLevel(), kClassContainsGCRoot);
180 diag_class_requires_finalization_ = diagnostic_.getCustomDiagID
    [all...]
DiagnosticsReporter.h 91 clang::DiagnosticsEngine& diagnostic_; member in class:DiagnosticsReporter
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
diagnostic.h 54 : position_(&position), diagnostic_(diagnostic) {}
57 : position_(position), diagnostic_(diagnostic) {}
60 *diagnostic_ = spvDiagnosticCreate(position_, stream().str().c_str());
68 spv_diagnostic* diagnostic_; member in class:libspirv::diagnostic_helper
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; }
86 clang::DiagnosticsEngine& diagnostic_; member in class:ChromeClassTester
ChromeClassTester.cpp 41 diagnostic_(instance.getDiagnostics()) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 195 : diagnostic_(diagnostic),
277 {0, 0, static_cast<size_t>(instruction_counter_)}, diagnostic_,
ValidationState.h 214 spv_diagnostic* diagnostic_; member in class:libspirv::ValidationState_t

Completed in 239 milliseconds