Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
1023 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local1025 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1027 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1034 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()1035 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3412 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3415 for (const std::unique_ptr<VPtrInfo> &BaseInfo : BasePaths) { in computeVTablePaths()