Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.h43 clang::CXXRecordDecl* GetLeftMostBase(clang::CXXRecordDecl* left_most);
DBlinkGCPluginConsumer.cpp324 if (CXXRecordDecl* next_left_most = GetLeftMostBase(next_base)) { in CheckPolymorphicClass()
337 CXXRecordDecl* BlinkGCPluginConsumer::GetLeftMostBase( in GetLeftMostBase() function in BlinkGCPluginConsumer
361 CXXRecordDecl* left_most = GetLeftMostBase(info->record()); in CheckLeftMostDerived()