Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
983 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local985 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()987 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()994 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()995 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3315 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3318 for (const std::unique_ptr<VPtrInfo> &BaseInfo : BasePaths) { in computeVTablePaths()