Searched refs:left_most_base (Results 1 – 1 of 1) sorted by relevance
275 CXXRecordDecl* left_most_base = 0; in CheckPolymorphicClass() local277 left_most_base = it->getType()->getAsCXXRecordDecl(); in CheckPolymorphicClass()278 if (!left_most_base && it->getType()->isDependentType()) in CheckPolymorphicClass()279 left_most_base = RecordInfo::GetDependentTemplatedDecl(*it->getType()); in CheckPolymorphicClass()287 if (!left_most_base || !left_most_base->hasDefinition()) in CheckPolymorphicClass()290 StringRef name = left_most_base->getName(); in CheckPolymorphicClass()300 left_most = left_most_base; in CheckPolymorphicClass()318 if (left_most_base) { in CheckPolymorphicClass()