reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1575 if (!Self.IsDerivedFrom(OpRange.getBegin(), SrcClass, DestClass, Paths)) 1579 if (Paths.isAmbiguous(Self.Context.getCanonicalType(DestClass))) { 1580 Paths.clear(); 1581 Paths.setRecordingPaths(true); 1583 Self.IsDerivedFrom(OpRange.getBegin(), SrcClass, DestClass, Paths); 1586 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); 1593 if (const RecordType *VBase = Paths.getDetectedVirtual()) { 1603 Paths.front(), 1637 Self.BuildBasePathArray(Paths, BasePath);