HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 676 - 700 of 1025) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 382 lexer = ASTBuilder::Lexer.new( input )
383 parser = ASTBuilder::Parser.new( lexer )
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 55 * the parser and the lexer are maintaining complex state
56 * information. The parser resumes the lexer to process incoming
57 * characters into lexical tokens, and the lexer resumes the parser
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 50 #include "clang/Lex/Lexer.h"
258 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts()))
341 StringRef MacroName = Lexer::getImmediateMacroName(CastLoc,
TransGCAttrs.cpp 14 #include "clang/Lex/Lexer.h"
98 StringRef Spell = Lexer::getSpelling(
  /external/llvm/docs/
ExtendingLLVM.rst 193 #. ``llvm/lib/AsmParser/Lexer.l``:
247 #. ``llvm/lib/AsmReader/Lexer.l``:
280 #. ``llvm/lib/AsmReader/Lexer.l``:
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 9 // Lexer
12 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
138 /// lexer and updates CurTok with its results.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 4 * lexer, parser, and tree grammars. This is all the parsing
19 /** State of a lexer, parser, or tree parser are collected into a state
278 /** Get number of recognition errors (lexer, parser, tree parser). Each
279 * recognizer tracks its own number. So parser and lexer each have
299 * your token objects because you don't have to go modify your lexer
631 * If you change what tokens must be created by the lexer,
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 37 @lexer::header {
119 // TODO : currently gUnit just ignores illegal test for lexer rule, but should also emit a reminding message
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 40 * lexer. Useful when the parser or lexer has to set context/mode info before
RecognitionException.cs 48 * the various reporting methods in Parser and Lexer can be overridden
102 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 41 * lexer. Useful when the parser or lexer has to set context/mode info before
RecognitionException.cs 49 * the various reporting methods in Parser and Lexer can be overridden
104 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteAST.html 105 lexer = new lexerCls(cstream),
106 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
  /external/antlr/antlr-3.4/runtime/Python/tests/
t049treeparser.py 40 lexer = lexerCls(cStream)
41 tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 219 if ( grammar.type!=Grammar.LEXER ) {
221 // args on a token ref not in a lexer rule
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSets.java 32 /** Test the set stuff in lexer and parser */
230 // This doesn't work in lexer yet.
  /external/chromium_org/third_party/angle/projects/src/
preprocessor.vcxproj 208 <ClInclude Include="..\..\src\compiler\preprocessor\Lexer.h"/>
227 <ClCompile Include="..\..\src\compiler\preprocessor\Lexer.cpp"/>
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.2.html 145 <li>glcpp: Refresh autogenerated lexer files</li>
164 <li>glcpp: Rework lexer to use a SKIP state rather than REJECT.</li>
  /external/clang/docs/
PTHInternals.rst 56 mainly cache the raw lexer *tokens* that are needed to segment the
73 Clang's lexer can handle, including C, Objective-C, and (in the early
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 282 /// \sa clang::Lexer::getSpelling(), clang::Lexer::getImmediateMacroName().
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 66 // Create a lexer to lex all the tokens of the main file in raw mode. Even
69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
  /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/mesa3d/docs/
relnotes-7.10.2.html 145 <li>glcpp: Refresh autogenerated lexer files</li>
164 <li>glcpp: Rework lexer to use a SKIP state rather than REJECT.</li>
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 46 @lexer::header {package org.antlr.gunit.swingui.parsers;}
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 170 * generated from a lexer. We need to track this since the

Completed in 752 milliseconds

<<21222324252627282930>>