reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCast.cpp
 1434   if (!Self.IsDerivedFrom(OpRange.getBegin(), DestType, SrcType, Paths)) {
 1462   if (Paths.isAmbiguous(SrcType.getUnqualifiedType())) {
 1467     if (!Paths.isRecordingPaths()) {
 1468       Paths.clear();
 1469       Paths.setRecordingPaths(true);
 1470       Self.IsDerivedFrom(OpRange.getBegin(), DestType, SrcType, Paths);
 1474     for (clang::CXXBasePath &Path : Paths) {
 1493   if (Paths.getDetectedVirtual() != nullptr) {
 1494     QualType VirtualBase(Paths.getDetectedVirtual(), 0);
 1504                                       Paths.front(),
 1517   Self.BuildBasePathArray(Paths, BasePath);