Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:_parse

1820     function _Parse(const T1: IANTLRInterface; const T2: ITreePattern;
4108 Result := _Parse(T, TreePattern, Labels);
4187 function TTreeWizard._Parse(const T1: IANTLRInterface; const T2: ITreePattern;
4221 if (not _Parse(Child1, Child2, Labels)) then
4427 if (FOwner._Parse(T, FPattern, nil)) then
4450 if (FOwner._Parse(T, FPattern, FLabels)) then