Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs199 this.FreshenParentAndChildIndexes(); in AddChild()
253 this.FreshenParentAndChildIndexes(i); in DeleteChild()
325 FreshenParentAndChildIndexes(startChildIndex); in ReplaceChildren()
336 FreshenParentAndChildIndexes(startChildIndex); in ReplaceChildren()
347 public virtual void FreshenParentAndChildIndexes() { in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
348 FreshenParentAndChildIndexes(0); in FreshenParentAndChildIndexes()
351 public virtual void FreshenParentAndChildIndexes(int offset) { in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
DITree.cs85 void FreshenParentAndChildIndexes(); in FreshenParentAndChildIndexes() method
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs239 this.FreshenParentAndChildIndexes(); in AddChild()
302 this.FreshenParentAndChildIndexes( i ); in DeleteChild()
388 FreshenParentAndChildIndexes( startChildIndex ); in ReplaceChildren()
403 FreshenParentAndChildIndexes( startChildIndex ); in ReplaceChildren()
415 public virtual void FreshenParentAndChildIndexes() in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
417 FreshenParentAndChildIndexes( 0 ); in FreshenParentAndChildIndexes()
420 public virtual void FreshenParentAndChildIndexes( int offset ) in FreshenParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
DITree.cs90 void FreshenParentAndChildIndexes(); in FreshenParentAndChildIndexes() method
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas459 procedure FreshenParentAndChildIndexes; procedure
559 procedure FreshenParentAndChildIndexes(const Offset: Integer); procedure
1157 procedure FreshenParentAndChildIndexes; overload;
1165 procedure FreshenParentAndChildIndexes(const Offset: Integer); overload;
2163 FreshenParentAndChildIndexes;
2208 FreshenParentAndChildIndexes(I);
2212 procedure TBaseTree.FreshenParentAndChildIndexes(const Offset: Integer); procedure
2226 procedure TBaseTree.FreshenParentAndChildIndexes; procedure
2228 FreshenParentAndChildIndexes(0);
2333 FreshenParentAndChildIndexes(StartChildIndex);
[all …]