Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.cpp277 CXXRecordDecl* left_most_base = 0; in CheckPolymorphicClass() local
279 left_most_base = it->getType()->getAsCXXRecordDecl(); in CheckPolymorphicClass()
280 if (!left_most_base && it->getType()->isDependentType()) in CheckPolymorphicClass()
281 left_most_base = RecordInfo::GetDependentTemplatedDecl(*it->getType()); in CheckPolymorphicClass()
289 if (!left_most_base || !left_most_base->hasDefinition()) in CheckPolymorphicClass()
292 StringRef name = left_most_base->getName(); in CheckPolymorphicClass()
302 left_most = left_most_base; in CheckPolymorphicClass()
320 if (left_most_base) { in CheckPolymorphicClass()