reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 if (!To.isAtLeastAsQualifiedAs(From)) 30 From = From.getNonReferenceType(); 30 From = From.getNonReferenceType(); 34 if (isa<PointerType>(From) && isa<PointerType>(To)) { 35 From = S.Context.getCanonicalType( 36 (cast<PointerType>(From))->getPointeeType()); 41 const CanQualType FromUnq = From.getUnqualifiedType(); 45 To.isAtLeastAsQualifiedAs(From))