HomeSort by relevance Sort by last modified time
    Searched refs:Lexer (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 55 // LEXER FIELDS (must be in same state object to avoid casting
56 // constantly in generated code and Lexer object) :(
59 /** The goal of all lexer rules/methods is to create a token object.
62 * matching lexer rule(s). If you subclass to allow multiple token
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 595 lexer = grammar_module::Lexer.new( input )
596 tokens = ANTLR3::CommonTokenStream.new( lexer )
607 lexer = grammar_module::Lexer.new( input )
608 tokens = ANTLR3::CommonTokenStream.new( lexer )
construction.rb 382 lexer = ASTBuilder::Lexer.new( input )
383 parser = ASTBuilder::Parser.new( lexer )
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 22 #include "clang/Lex/Lexer.h"
445 Lexer rawLexer(L, PP.getLangOpts(), BufferInfo.begin(),
568 EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;
PlistDiagnostics.cpp 119 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 1 package ANTLR::Runtime::Lexer;
29 # wack Lexer state variables
92 # Instruct the lexer to skip creating a token for current lexer rule
94 # a lexer rule finishes with token set to SKIP_TOKEN. Recall that
104 # This is the lexer entry point that sets instance var 'token'
109 # Set the char stream and reset the lexer
  /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/Frontend/
DiagnosticRenderer.cpp 14 #include "clang/Lex/Lexer.h"
83 /// This differs from Lexer::getImmediateMacroName in that any macro argument
90 /// Lexer::getImmediateMacroName will return "MAC2".
107 unsigned MacroTokenLength = Lexer::MeasureTokenLength(Loc, SM, LangOpts);
VerifyDiagnosticConsumer.cpp 344 // Create a raw lexer to pull all the comments out of FID.
349 // Create a lexer to lex all the tokens of the main file in raw mode.
351 Lexer RawLex(FID, FromFile, SM, PP.getLangOpts());
PrintPreprocessedOutput.cpp 266 Lexer::Stringify(CurFilename);