Searched refs:SecondBase (Results 1 – 2 of 2) sorted by relevance
779 const CXXBaseSpecifier SecondBase = SecondBases[I]; in diagnoseMismatch() local781 computeODRHash(SecondBase.getType())) { in diagnoseMismatch()785 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()787 << (I + 1) << SecondBase.getType(); in diagnoseMismatch()791 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseMismatch()795 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()797 << (I + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseMismatch()802 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseMismatch()807 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()809 << (I + 1) << SecondBase.getType() in diagnoseMismatch()[all …]
1378 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local1385 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()