Searched refs:BasePaths (Results 1 – 1 of 1) sorted by relevance
735 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local737 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()739 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()746 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()747 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()