Searched refs:CombineFollows (Results 1 – 3 of 3) sorted by relevance
496 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
569 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
2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() function4249 Result := CombineFollows(True);4254 Result := CombineFollows(False);