Searched defs:CombineFollows (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs496 return CombineFollows(false);
554 return CombineFollows(true);
561 protected virtual BitSet CombineFollows(bool exact) { method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs567 return CombineFollows( false );
626 return CombineFollows( true );
633 protected virtual BitSet CombineFollows(bool exact) method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet; function
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet;
4249 Result := CombineFollows(True);
4254 Result := CombineFollows(False);

Completed in 121 milliseconds