Home
last modified time | relevance | path

Searched refs:CombineFollows (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs496 return CombineFollows(false); in ComputeErrorRecoverySet()
554 return CombineFollows(true); in ComputeContextSensitiveRuleFOLLOW()
561 protected virtual BitSet CombineFollows(bool exact) { in CombineFollows() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs569 return CombineFollows( false ); in ComputeErrorRecoverySet()
628 return CombineFollows( true ); in ComputeContextSensitiveRuleFOLLOW()
635 protected virtual BitSet CombineFollows(bool exact) in CombineFollows() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function
4249 Result := CombineFollows(True);
4254 Result := CombineFollows(False);