Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs347 public virtual void FreshenParentAndChildIndexes() { in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
351 public virtual void FreshenParentAndChildIndexes(int offset) { in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
DITree.cs85 void FreshenParentAndChildIndexes(); in FreshenParentAndChildIndexes() method
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs439 public virtual void FreshenParentAndChildIndexes() in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
444 public virtual void FreshenParentAndChildIndexes( int offset ) in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
DITree.cs90 void FreshenParentAndChildIndexes(); in FreshenParentAndChildIndexes() method
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas459 procedure FreshenParentAndChildIndexes; procedure
559 procedure FreshenParentAndChildIndexes(const Offset: Integer); procedure
2212 procedure TBaseTree.FreshenParentAndChildIndexes(const Offset: Integer); procedure
2226 procedure TBaseTree.FreshenParentAndChildIndexes; procedure