Lines Matching refs:GetChildIndex
316 function GetChildIndex(const T: IANTLRInterface): Integer;
444 function GetChildIndex: Integer;
498 property ChildIndex: Integer read GetChildIndex write SetChildIndex;
539 function GetChildIndex: Integer;
581 property ChildIndex: Integer read GetChildIndex write SetChildIndex;
1140 function GetChildIndex: Integer; virtual;
1223 function GetChildIndex: Integer; override;
1301 function GetChildIndex(const T: IANTLRInterface): Integer; virtual; abstract;
1330 function GetChildIndex(const T: IANTLRInterface): Integer; override;
2252 function TBaseTree.GetChildIndex: Integer;
2372 if (I <> GetChildIndex) then
2374 + IntToStr(I) + ' found ' + IntToStr(GetChildIndex));
2492 function TCommonTree.GetChildIndex: Integer;
2774 SetChildIdex(Result, GetChildIndex(T));
2924 function TCommonTreeAdaptor.GetChildIndex(const T: IANTLRInterface): Integer;