/external/webkit/Source/JavaScriptCore/ |
GNUmakefile.list.am | 14 Source/JavaScriptCore/Lexer.lut.h \ 189 Source/JavaScriptCore/parser/Lexer.cpp \ 190 Source/JavaScriptCore/parser/Lexer.h \
|
JavaScriptCore.gypi | 400 'parser/Lexer.cpp', 401 'parser/Lexer.h', 696 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h',
|
ChangeLog-2007-10-14 | 176 * kjs/lexer.cpp: [all...] |
ChangeLog-2003-10-25 | 44 * kjs/lexer.lut.h: 68 * kjs/lexer.cpp: (Lexer::isWhiteSpace): Accept 00A0 as "whitespace". 288 * kjs/lexer.cpp: 289 (Lexer::lex): Remove useless debug spew. 303 * kjs/lexer.cpp: Use kjsyylloc instead of yyloc. [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.js | 354 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<". 471 // Do not tokenize style tag contents, keep lexer state, even though processing "<". 498 // Do not tokenize script tag contents, keep lexer state, even though processing "<".
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 2 * lexer, parser, and tree grammars. This is all the parsing 14 /** State of a lexer, parser, or tree parser are collected into a state 351 /** <p>Get number of recognition errors (lexer, parser, tree parser). Each 352 * recognizer tracks its own number. So parser and lexer each have 727 * If you change what tokens must be created by the lexer, [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.m | 433 /** Get number of recognition errors (lexer, parser, tree parser). Each 434 * recognizer tracks its own number. So parser and lexer each have 456 * your token objects because you don't have to go modify your lexer 808 * If you change what tokens must be created by the lexer, [all...] |
ANTLRBufferedTokenStream.m | 377 /** Get all tokens from lexer until EOF */
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSemanticPredicates.java | 411 "lexer grammar P;\n"+ 426 "lexer grammar P;\n"+ 441 "lexer grammar P;\n"+ 471 "lexer grammar P;\n"+ 488 "lexer grammar P;\n"+
|
TestDFAConversion.java | 445 "lexer grammar t;\n"+ 471 "lexer grammar t;\n"+ [all...] |
/external/clang/lib/Lex/ |
PPDirectives.cpp | 257 // directive mode. Tell the lexer this so any newlines we see will be 520 // predefines buffer. Any other file is not lexed with a normal lexer, so 585 /// HandleDirective - This callback is invoked when the lexer sees a # token 587 /// lexer/preprocessor state, and advances the lexer(s) so that the next token 593 // mode. Tell the lexer this so any newlines we see will be converted into an 745 // unknown so the token lexer doesn't try to perform token pasting. [all...] |
/external/clang/lib/Format/ |
Format.cpp | 25 #include "clang/Lex/Lexer.h" [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.m | 6 * - for the lexer : SimpleCLexerLexer * 176 /** As per Terence: No returns for lexer rules! 212 /* Start of actions.lexer.methods */
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 20 // Lexer 23 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 192 /// lexer and updates CurTok with its results.
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 20 // Lexer 23 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 220 /// lexer and updates CurTok with its results.
|
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 1 //===- LLLexer.cpp - Lexer for .ll Files ----------------------------------===// 10 // Implement the Lexer for .ll files. 157 // Lexer definition.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.vcproj | 1769 RelativePath="..\..\parser\Lexer.cpp" 1773 RelativePath="..\..\parser\Lexer.h" [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
DFA.cs | 50 * lexer's Tokens rule DFA has 326 states roughly.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
Antlr3.Runtime (VS2008).csproj | 177 <Compile Include="Antlr.Runtime\Lexer.cs" />
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
DFA.cs | 51 * lexer's Tokens rule DFA has 326 states roughly.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 17 public partial class DebugGrammarLexer : Lexer
|
ProfileGrammarLexer.cs | 17 public partial class ProfileGrammarLexer : Lexer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.m | 6 * - for the lexer : FuzzyLexer 29 /** As per Terence: No returns for lexer rules! */ 78 /* ObjC Start of actions.lexer.methods */ 79 /* ObjC end of actions.lexer.methods */ [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tokens.py | 416 # In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t058rewriteAST.py | 68 lexer = lexerCls(cStream) 69 tStream = antlr3.CommonTokenStream(lexer) 97 lexer = lexerCls(cStream) 98 tStream = antlr3.CommonTokenStream(lexer) [all...] |