Home | History | Annotate | Download | only in abi-dumper

Lines Matching full:inheritance

344 my %Inheritance;
2196 elsif($Kind eq "inheritance")
2204 { # default inheritance access in ABI dump is "public"
2212 $Inheritance{$Scope}{keys(%{$Inheritance{$Scope}})} = \%In;
2359 %Inheritance = ();
3509 foreach my $Pos (sort {int($a) <=> int($b)} keys(%{$Inheritance{$ID}}))
3511 if(my $BaseId = $Inheritance{$ID}{$Pos}{"id"})
3518 if(my $Access = $Inheritance{$ID}{$Pos}{"access"}) {
3521 if($Inheritance{$ID}{$Pos}{"virtual"}) {