Searched refs:BasePaths (Results 1 – 2 of 2) sorted by relevance
1015 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local1017 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1019 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()1026 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()1027 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
3319 const VPtrInfoVector &BasePaths = in computeVTablePaths() local3322 for (const std::unique_ptr<VPtrInfo> &BaseInfo : BasePaths) { in computeVTablePaths()