HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 726 - 750 of 912) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 41 * directly. Every method call counts in the lexer. Java's
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2005).csproj 154 <Compile Include="Antlr.Runtime\Lexer.cs" />
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 42 * directly. Every method call counts in the lexer. Java's
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 41 * directly. Every method call counts in the lexer. Java's
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRStringStream.java 34 * directly. Every method call counts in the lexer. Java's
DFA.java 39 * lexer's Tokens rule DFA has 326 states roughly.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 68 lexer = lexerCls(cStream)
69 tStream = antlr3.CommonTokenStream(lexer)
97 lexer = lexerCls(cStream)
98 tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 104 if ( token.equals("tree") || token.equals("parser") || token.equals("lexer") ) {
  /external/clang/docs/
ClangTools.rst 90 ``Lexer`` to transform an input file into a token stream and then changes all
  /external/clang/lib/Format/
UnwrappedLineParser.h 22 #include "clang/Lex/Lexer.h"
  /external/clang/lib/Lex/
Preprocessor.cpp 500 // Lexer Event Handling.
607 /// HandleIdentifier - This callback is invoked when the lexer reads an
690 // keyword when we're in a caching lexer, because caching lexers only get
704 // Figure out what kind of lexer we actually have.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 5 import com.google.clearsilver.jsilver.syntax.lexer.*;
21 private final Lexer lexer; field in class:Parser
34 public Parser(@SuppressWarnings("hiding") Lexer lexer)
36 this.lexer = lexer;
110 while(index(this.lexer.peek()) == -1)
117 ign.add(this.lexer.next());
122 this.ignoredTokens.setIn(this.lexer.peek(), ign)
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
ASTBuilder.h 76 ASTBuilder(JSGlobalData* globalData, Lexer* lexer)
78 , m_lexer(lexer)
632 Lexer* m_lexer;
    [all...]
Nodes.cpp 38 #include "Lexer.h"
SyntaxChecker.h 65 SyntaxChecker(JSGlobalData* , Lexer*)
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 26 #include "Lexer.h"
  /cts/tools/dasm/src/java_cup/
lexer.java 8 /** This class implements a small scanner (aka lexical analyzer or lexer) for
41 public class lexer { class
48 private lexer() { } method in class:lexer
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 88 /** optional flag to add trace methods to the lexer only */
304 * If true, enables lexer tracing.
552 throw new BuildException("No target grammar, lexer grammar or tree parser specified!");
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 6 * - for the lexer : SymbolTableLexerLexer *
150 /** As per Terence: No returns for lexer rules!
186 // Start of actions.lexer.methods
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 54 starting at zero. For example, the 22nd token pulled from a lexer by
225 general utility. Thus code generated for a standard combo lexer-parser grammar
444 grammar, ANTLR will add a lexer rule for the literal and give the token a name
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 77 lexer = grammar_module::Lexer.new( input )
78 tokens = ANTLR3::CommonTokenStream.new( lexer )
  /external/clang/lib/AST/
CommentParser.cpp 26 /// This flag is set when there are no more tokens we can fetch from lexer.
86 /// fetch from lexer.
248 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 19 #include "clang/Lex/Lexer.h"
425 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
556 EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 13 // Lexer
16 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
156 /// lexer and updates CurTok with its results.
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 20 // Lexer
23 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
163 /// lexer and updates CurTok with its results.

Completed in 948 milliseconds

<<21222324252627282930>>