HomeSort by relevance Sort by last modified time
    Searched refs:Tokens (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 38 * All tokens go to the parser (unless skip() is called in that rule)
65 public static class Tokens
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
79 public static class Tokens<T>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 16 #pragma mark Tokens
CombinedParser.h 13 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 15 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 2 * Lexer Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 16 #pragma mark Tokens
TParser.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /external/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
92 /// \brief The \c Tokens comprising this \c UnwrappedLine.
93 std::list<FormatToken> Tokens;
121 FormatTokenSource &Tokens,
192 FormatTokenSource *Tokens;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 16 #pragma mark Tokens
  /external/clang/lib/Lex/
TokenLexer.cpp 40 Tokens = &*Macro->tokens_begin();
50 assert(Tokens[0].getLocation().isValid());
51 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
56 // definition. Tokens that get lexed directly from the definition will
59 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
68 // Tokens to point to the expanded tokens.
90 Tokens = TokArray;
111 // the expanded tokens
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 2 * Lexer Tokens
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 84 Tokens = TokenScheme.build %w(A B C D E ID VAR)
85 include Tokens
88 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )
89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class )
90 @wizard = Wizard.new( :adaptor => @adaptor, :token_scheme => Tokens )
95 tree = Wizard::PatternParser.parse( 'ID', Tokens, @adaptor )
103 tree = Wizard::PatternParser.parse( 'ID[foo]', Tokens, @adaptor )
111 tree = Wizard::PatternParser.parse( '(A B)', Tokens, @adaptor )
122 tree = Wizard::PatternParser.parse( 'nil', Tokens, @adaptor )
130 tree = Wizard::PatternParser.parse( '(.)', Tokens, @adaptor
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 16 #pragma mark Tokens

Completed in 868 milliseconds

1 2 3