Home
last modified time | relevance | path

Searched refs:getErrorLevel (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DDiagnosticsReporter.cpp170 getErrorLevel(), kClassMustLeftMostlyDeriveGC); 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()
180 getErrorLevel(), kClassContainsInvalidFields); in DiagnosticsReporter()
182 diagnostic_.getCustomDiagID(getErrorLevel(), kClassContainsGCRoot); in DiagnosticsReporter()
184 getErrorLevel(), kClassRequiresFinalization); in DiagnosticsReporter()
188 getErrorLevel(), kFinalizerAccessesFinalizedField); in DiagnosticsReporter()
190 getErrorLevel(), kFinalizerAccessesEagerlyFinalizedField); in DiagnosticsReporter()
[all …]
DBlinkGCPluginConsumer.h72 clang::DiagnosticsEngine::Level getErrorLevel();
DDiagnosticsReporter.h26 clang::DiagnosticsEngine::Level getErrorLevel() const;
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp147 diagnostic().getCustomDiagID(getErrorLevel(), kMethodRequiresOverride); in FindBadConstructsConsumer()
149 diagnostic().getCustomDiagID(getErrorLevel(), kRedundantVirtualSpecifier); in FindBadConstructsConsumer()
151 diagnostic().getCustomDiagID(getErrorLevel(), kBaseMethodVirtualAndFinal); in FindBadConstructsConsumer()
155 diagnostic().getCustomDiagID(getErrorLevel(), kNoExplicitDtor); in FindBadConstructsConsumer()
157 diagnostic().getCustomDiagID(getErrorLevel(), kPublicDtor); in FindBadConstructsConsumer()
159 diagnostic().getCustomDiagID(getErrorLevel(), kProtectedNonVirtualDtor); in FindBadConstructsConsumer()
163 diagnostic().getCustomDiagID(getErrorLevel(), kWeakPtrFactoryOrder); in FindBadConstructsConsumer()
165 diagnostic().getCustomDiagID(getErrorLevel(), kBadLastEnumValue); in FindBadConstructsConsumer()
167 diagnostic().getCustomDiagID(getErrorLevel(), kAutoDeducedToAPointerType); in FindBadConstructsConsumer()
DChromeClassTester.cpp93 DiagnosticIDs::Level level = getErrorLevel() == DiagnosticsEngine::Error in emitWarning()
347 DiagnosticsEngine::Level ChromeClassTester::getErrorLevel() { in getErrorLevel() function in ChromeClassTester
DChromeClassTester.h27 clang::DiagnosticsEngine::Level getErrorLevel();