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

/external/v8/tools/clang/blink_gc_plugin/
H A DBlinkGCPluginConsumer.cpp275 CXXRecordDecl* left_most_base = 0; local
277 left_most_base = it->getType()->getAsCXXRecordDecl();
278 if (!left_most_base && it->getType()->isDependentType())
279 left_most_base = RecordInfo::GetDependentTemplatedDecl(*it->getType());
287 if (!left_most_base || !left_most_base->hasDefinition())
290 StringRef name = left_most_base->getName();
300 left_most = left_most_base;
318 if (left_most_base) {

Completed in 117 milliseconds