Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
1073 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local1075 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1077 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1084 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()1085 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3414 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3417 for (const std::unique_ptr<VPtrInfo> &BaseInfo : BasePaths) { in computeVTablePaths()