Searched refs:_Visit (Results 1 – 1 of 1) sorted by relevance
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1828 procedure _Visit(const T, Parent: IANTLRInterface; const ChildIndex, 4228 procedure TTreeWizard._Visit(const T, Parent: IANTLRInterface; const ChildIndex, procedure 4240 _Visit(FAdaptor.GetChild(T, I), T, I, TokenType, Visitor); 4246 _Visit(T, nil, 0, TokenType, Visitor);
|