Home
last modified time | relevance | path

Searched defs:GetTokenStartIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas278 function GetTokenStartIndex(const T: IANTLRInterface): Integer; in GetTokenStartIndex() function
451 function GetTokenStartIndex: Integer; in GetTokenStartIndex() function
544 function GetTokenStartIndex: Integer; in GetTokenStartIndex() function
1144 function GetTokenStartIndex: Integer; virtual; abstract; in GetTokenStartIndex() function
1219 function GetTokenStartIndex: Integer; override; in GetTokenStartIndex() function
1293 function GetTokenStartIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetTokenStartIndex() function
1321 function GetTokenStartIndex(const T: IANTLRInterface): Integer; override; in GetTokenStartIndex() function
1469 function GetTokenStartIndex: Integer; override; in GetTokenStartIndex() function
2543 function TCommonTree.GetTokenStartIndex: Integer; in TCommonTree.GetTokenStartIndex() function
2961 function TCommonTreeAdaptor.GetTokenStartIndex( in TCommonTreeAdaptor.GetTokenStartIndex() function
[all …]
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs133 public override int GetTokenStartIndex(object t) { in GetTokenStartIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
H A DITreeAdaptor.cs272 int GetTokenStartIndex(object t); in GetTokenStartIndex() method
H A DBaseTreeAdaptor.cs309 public abstract int GetTokenStartIndex(object t); in GetTokenStartIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs193 public virtual int GetTokenStartIndex(object t) { in GetTokenStartIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor