Lines Matching refs:GetLine
190 function GetLine: Integer;
219 property Line: Integer read GetLine write SetLine;
234 function GetLine: Integer; in GetLine() function
249 property Line: Integer read GetLine write SetLine;
373 function GetLine: Integer;
383 property Line: Integer read GetLine write SetLine;
661 function GetLine: Integer; in GetLine() function
676 property Line: Integer read GetLine write SetLine;
1050 function GetLine: Integer;
1116 property Line: Integer read GetLine;
1599 function GetLine: Integer; in GetLine() function
1665 function GetLine: Integer; virtual; in GetLine() function
1860 function GetLine: Integer; virtual;
1904 function GetLine: Integer; virtual;
2452 function GetLine: Integer; virtual;
3121 function TCharStreamState.GetLine: Integer; in GetLine() function
3203 function TANTLRStringStream.GetLine: Integer; in GetLine() function
3909 function TCommonToken.GetLine: Integer; in GetLine() function
4087 function TClassicToken.GetLine: Integer; in GetLine() function
5437 function TLexer.GetLine: Integer; in GetLine() function
5609 InputSymbol := Char(FInput.LT(1)) + ' line=' + IntToStr(GetLine) + ':'
5618 InputSymbol := Char(FInput.LT(1)) + ' line=' + IntToStr(GetLine) + ':'