Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.cpp324 if (CXXRecordDecl* next_left_most = GetLeftMostBase(next_base)) { in CheckPolymorphicClass() local
325 if (DeclaresVirtualMethods(next_left_most)) in CheckPolymorphicClass()
327 reporter_.LeftMostBaseMustBePolymorphic(info, next_left_most); in CheckPolymorphicClass()