Searched defs:EndOfFile (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCharStreamConstants.cs36 public const int EndOfFile = -1; field in class:Antlr.Runtime.CharStreamConstants
H A DTokenConstants.cs55 public const int EndOfFile = (int)CharStreamConstants.EndOfFile; field in class:Antlr.Runtime.TokenTypes
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile; field in class:Antlr.Runtime.Tokens
82 public static readonly T EndOfFile = new T() field in class:Antlr.Runtime.T
84 Type = TokenTypes.EndOfFile
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCharStreamConstants.cs38 public const int EndOfFile = -1; field in class:Antlr.Runtime.CharStreamConstants
H A DTokenTypes.cs37 public const int EndOfFile = CharStreamConstants.EndOfFile; field in class:Antlr.Runtime.TokenTypes
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs67 public T EndOfFile property in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs64 public T EndOfFile { property in class:Antlr.Runtime.Misc.LookaheadStream
/external/webkit/Source/WebCore/html/parser/
H A DHTMLToken.h45 EndOfFile, enumerator in enum:WebCore::HTMLToken::Type
94 m_type = EndOfFile;
397 case HTMLToken::EndOfFile:
/external/clang/lib/Lex/
H A DModuleMap.cpp454 EndOfFile, enumerator in enum:clang::MMToken::TokenKind
477 Kind = EndOfFile;
592 Tok.Kind = MMToken::EndOfFile;
662 case MMToken::EndOfFile:
934 case MMToken::EndOfFile:
1332 case MMToken::EndOfFile:
1391 case MMToken::EndOfFile:

Completed in 256 milliseconds