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

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

Completed in 115 milliseconds