Searched refs:IElem (Results 1 – 1 of 1) sorted by relevance
1040 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); in DiagnoseReinterpretUpDownCast() local1041 IElem != EElem; ++IElem) { in DiagnoseReinterpretUpDownCast()1042 IsVirtual = IElem->Base->isVirtual(); in DiagnoseReinterpretUpDownCast()1045 const CXXRecordDecl *BaseRD = IElem->Base->getType()->getAsCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()1049 const CXXRecordDecl *Class = IElem->Class, in DiagnoseReinterpretUpDownCast()