HomeSort by relevance Sort by last modified time
    Searched defs:Lexer (Results 26 - 44 of 44) sorted by null

12

  /external/clang/include/clang/AST/
CommentLexer.h 1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
10 // This file defines lexer for structured comments and supporting token class.
28 class Lexer;
58 friend class Lexer;
218 void dump(const Lexer &L, const SourceManager &SM) const;
221 /// \brief Comment lexer.
222 class Lexer {
224 Lexer(const Lexer &) LLVM_DELETED_FUNCTION;
225 void operator=(const Lexer &) LLVM_DELETED_FUNCTION
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 416 Lexer lexer = new Lexer(selection, allowedColumns); local
417 parseExpression(lexer);
418 if (lexer.currentToken() != Lexer.TOKEN_END) {
434 private static void parseExpression(Lexer lexer) {
437 if (lexer.currentToken() == Lexer.TOKEN_OPEN_PAREN)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 91 # LEXER FIELDS (must be in same state object to avoid casting
92 # constantly in generated code and Lexer object) :(
95 ## The goal of all lexer rules/methods is to create a token object.
98 # matching lexer rule(s). If you subclass to allow multiple token
131 lexer, parser, and tree grammars. This is all the parsing
156 ## State of a lexer, parser, or tree parser are collected into a state
403 Get number of recognition errors (lexer, parser, tree parser). Each
404 recognizer tracks its own number. So parser and lexer each have
431 your token objects because you don't have to go modify your lexer
777 If you change what tokens must be created by the lexer,
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 77 holds newly constructed tokens for lexer rules
180 For all effective purposes, the class and its immediate subclasses Lexer,
682 # If you change what tokens must be created by the lexer,
911 =begin rdoc ANTLR3::Lexer
913 = Lexer
915 Lexer is the default superclass of all lexers generated by ANTLR. The class
921 A lexer's job is to take input text and break it up into _tokens_ -- objects
923 position of the text with respect to the input. Thus, a lexer is essentially a
927 the lexer converts text into tokens for use by a parser, which recognizes larger
938 == ANTLR Lexers and the Lexer AP
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 3 jinja2.lexer
6 This module implements a Jinja / Python combination lexer. The
7 `Lexer` class provided by this module is used to do some preprocessing
28 # environments with the same lexer
214 Used by the `Lexer` to specify known errors.
362 argument as :meth:`jinja2.lexer.Token.test`.
382 """Return a lexer which is probably cached."""
395 lexer = _lexer_cache.get(key)
396 if lexer is None:
397 lexer = Lexer(environment
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 86 Lexer lexer = new Lexer(css); local
87 lexer.lex();
88 return lexer.build();
293 private static final class Lexer {
329 Lexer(String css) {
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 3 package com.google.clearsilver.jsilver.syntax.lexer;
9 public class Lexer
27 public Lexer(@SuppressWarnings("hiding") PushbackReader in)
69 @SuppressWarnings("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()];
70 @SuppressWarnings("hiding") int[] accept = Lexer.accept[this.state.id()];
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 1 //===--- Lexer.cpp - C Language Family Lexer ------------------------------===//
10 // This file implements the Lexer and Token interfaces.
14 #include "clang/Lex/Lexer.h"
50 // Lexer Class Implementation
53 void Lexer::anchor() { }
55 void Lexer::InitLexer(const char *BufStart, const char *BufPtr,
105 /// Lexer constructor - Create a new lexer object for the specified buffer
106 /// with the specified preprocessor managing the lexing process. This lexer
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 125 AsmLexer Lexer;
200 MCAsmLexer &getLexer() override { return Lexer; }
309 /// \brief Reset the current lexer position to that given by \p Loc. The
493 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
502 Lexer.setBuffer(SrcMgr.getMemoryBuffer(CurBuffer)->getBuffer());
570 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
575 Lexer.setBuffer(SrcMgr.getMemoryBuffer(CurBuffer)->getBuffer());
585 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
596 Lexer.setBuffer(SrcMgr.getMemoryBuffer(CurBuffer)->getBuffer(),
601 const AsmToken *tok = &Lexer.Lex()
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 38 * Lexer class for the parser.
46 public class Lexer extends LexerCore {
68 public Lexer(String lexerName, String buffer) {
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 637 milliseconds

12