Home | History | Annotate | Download | only in Compiler

Lines Matching full:is_subclass

2247                 and other_type.base_type.is_cpp_class and other_type.base_type.is_subclass(self.base_type)):
3160 def is_subclass(self, other_type):
3164 if base_class.is_subclass(other_type):
3186 return other_type.is_cpp_class and other_type.is_subclass(self)