Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
772 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local774 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()776 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()783 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()784 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3294 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3297 for (VPtrInfo *BaseInfo : BasePaths) { in computeVTablePaths()