Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs244 public virtual void MatchRange(int a, int b) { in MatchRange() method in Antlr.Runtime.Lexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs310 public void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.SlimLexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs302 public virtual void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.Lexer
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp1060 SMRange MatchRange(MatchStart, MatchEnd); in PrintMatch() local
1296 struct MatchRange { in CheckDag() struct
1297 size_t Pos; in CheckDag()
1298 size_t End; in CheckDag()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1097 procedure MatchRange(const A, B: Integer); procedure
5502 procedure TLexer.MatchRange(const A, B: Integer); procedure