Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
751 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local753 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()755 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()762 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()763 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3334 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3337 for (VPtrInfo *BaseInfo : BasePaths) { in computeVTablePaths()