Searched refs:next_base (Results 1 – 1 of 1) sorted by relevance
325 if (CXXRecordDecl* next_base = it->getType()->getAsCXXRecordDecl()) { in CheckPolymorphicClass() local326 if (CXXRecordDecl* next_left_most = GetLeftMostBase(next_base)) { in CheckPolymorphicClass()