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