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

<<31323334353637

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 138 : ^( LEXER_GRAMMAR grammarSpec["lexer " ] )
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 55 /** End of Token is like EOF for lexer rules. It implies that no more
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 36 #include "clang/Lex/Lexer.h"
  /external/clang/lib/Format/
TokenAnnotator.cpp 18 #include "clang/Lex/Lexer.h"
91 AnnotatingParser(SourceManager &SourceMgr, Lexer &Lex, AnnotatedLine &Line,
620 std::string Data(Lexer::getSpelling(Current.FormatTok.Tok, SourceMgr,
729 Lexer &Lex;
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 15 #include "clang/Lex/Lexer.h"
852 TokSize = Lexer::MeasureTokenLength(E, SM, LangOpts);
    [all...]
FrontendActions.cpp 329 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
458 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
PrintPreprocessedOutput.cpp 272 Lexer::Stringify(CurFilename);
546 // -traditional-cpp the lexer keeps /all/ whitespace, including comments.
SerializedDiagnosticPrinter.cpp 17 #include "clang/Lex/Lexer.h"
312 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 143 // WebKit html lexer normalizes line endings and scripts are passed to VM with "\n" line endings.
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10 486 * kjs/lexer.h:
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST.html 134 lexer = new (EnhancedParser(lexerCls))(cstream),
135 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t058rewriteAST.html 186 lexer = new (EnhancedParser(lexerCls))(cstream),
187 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 33 # State of a lexer, parser, or tree parser are collected into a state
615 lexer, parser, and tree grammars. This is all the parsing
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 90 lexer = lexerCls(cStream)
91 tStream = antlr3.CommonTokenStream(lexer)
  /external/llvm/docs/tutorial/
OCamlLangImpl6.rst 110 This just adds lexer support for the unary and binary keywords, like we
272 simple support for the 'unary' keyword to the lexer. In addition to
710 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
733 * Lexer Tokens
736 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
755 lexer.ml:
759 * Lexer
    [all...]
OCamlLangImpl7.rst 659 Kaleidoscope: we extend the lexer, the parser, the AST and the code
661 extend the lexer. As before, this is pretty trivial, the code looks like
837 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
860 * Lexer Tokens
863 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
885 lexer.ml:
889 * Lexer
    [all...]
LangImpl3.rst 16 a lexer and parser than it is to generate LLVM IR code. :)
522 .. TODO:: Abandon Pygments' horrible `llvm` lexer. It just totally gives up
607 // Lexer
610 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
750 /// lexer and updates CurTok with its results.
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 1 //===- AsmLexer.cpp - Lexer for Assembly Files ----------------------------===//
10 // This class implements the lexer for assembly files.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 286 String headerName = Lexer.getHeaderName(line);
287 String headerValue = Lexer.getHeaderValue(line);
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 35 // Here we have a hand-written lexer. At first you might ask yourself,
40 // The traditional approach to lexing is to use lex to generate a lexer for
  /external/webkit/Source/JavaScriptCore/parser/
NodeConstructors.h 25 #include "Lexer.h"
46 : m_line(globalData->lexer->lastLineNumber())
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 51 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
54 Lexer::AdvanceToTokenCharacter(Begin, TokRangeEnd - TokRangeBegin,
69 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
    [all...]
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
project.pbxproj 169 148F21B0107EC5410042EC2C /* Lexer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F692A8650255597D01FF60F7 /* Lexer.cpp */; };
    [all...]
  /dalvik/docs/
prettify.js 20 * The lexer should work on a number of languages including C and friends,
837 // Recurse using the non-markup lexer
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 488 // now handle the lexer if one was created for a merged spec
490 //System.out.println("lexer rootGrammar:\n"+lexerGrammarStr);
499 // emit different error message when creating the implicit lexer fails
    [all...]

Completed in 360 milliseconds

<<31323334353637