Searched
full:lexer (Results
676 -
700 of
912) sorted by null
<<21222324252627282930>>
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 10 * lexer's Tokens rule DFA has 326 states roughly.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCLexer.m | 6 * - for the lexer : SimpleCLexerLexer 29 /** As per Terence: No returns for lexer rules! */ 60 /* ObjC Start of actions.lexer.methods */ 61 /* ObjC end of actions.lexer.methods */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.m | 6 * - for the lexer : SimpleCLexerLexer 29 /** As per Terence: No returns for lexer rules! */ 60 /* ObjC Start of actions.lexer.methods */ 61 /* ObjC end of actions.lexer.methods */
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 61 if ($grammar =~ /^(?:(?:lexer|parser|tree)\s+)? grammar \s+ (\w+)/xms) {
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t053hetero.py | 67 lexer = lexerCls(cStream) 68 tStream = antlr3.CommonTokenStream(lexer) 83 lexer = lexerCls(cStream) 84 tStream = antlr3.CommonTokenStream(lexer)
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionAnalysis.g | 36 lexer grammar ActionAnalysis;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammarTree.java | 148 if ( p.grammar.type == Grammar.LEXER && p.parent!=null &&
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ST.stg | 57 '<name>Templates', lexer='angle-bracket'
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
tokenizer.py | 17 """Regular expression based lexer."""
|
/external/clang/lib/AST/ |
CommentBriefParser.cpp | 58 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) :
|
/external/clang/lib/Frontend/ |
TextDiagnosticPrinter.cpp | 19 #include "clang/Lex/Lexer.h"
|
VerifyDiagnosticConsumer.cpp | 504 /// any expected-* directives. As a Lexer is used rather than a full-blown 510 // Create a raw lexer to pull all the comments out of FID. 514 // Create a lexer to lex all the tokens of the main file in raw mode. 516 Lexer RawLex(FID, FromFile, SM, LangOpts);
|
/external/clang/lib/Rewrite/Core/ |
HTMLRewrite.cpp | 44 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts()); 363 Lexer L(FID, FromFile, SM, PP.getLangOpts()); 453 Lexer L(FID, FromFile, SM, PP.getLangOpts()); 472 // If this raw token is an identifier, the raw lexer won't have looked up
|
Rewriter.cpp | 22 #include "clang/Lex/Lexer.h" 152 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); 191 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); 201 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 125 // Run lexer over SourceText and collect FilenameRange from
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 125 /// \brief Report an error at the current lexer location.
|
/external/llvm/lib/TableGen/ |
Main.cpp | 96 // Record the location of the include directory so that the lexer can find
|
/external/qemu/ |
qjson.c | 14 #include "json-lexer.h"
|
/external/smali/smali/src/test/antlr3/org/jf/smali/ |
expectedTokensTestGrammar.g | 72 @lexer::header {
|
/external/webkit/LayoutTests/fast/xpath/ |
ambiguous-operators.html | 15 XPath lexer misinterprets expression starting with "div".</p>
|
/external/webkit/Source/JavaScriptCore/ |
JavaScriptCore.pro | 113 parser/Lexer.cpp \
|
/external/webkit/Source/WebCore/css/ |
maketokenizer | 29 The flex syntax to generate the lexer are more or less directly
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
README.VMS | 65 you might need to link your generated lexer against
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 79 rewind(mark()) should not affect the input cursor. The Lexer 175 pass the buck all the way to the lexer who can ask its input stream 184 @brief A source of characters for an ANTLR lexer. 210 lexer code. I'd prefer to return a char here type-wise, but it's 329 directly. Every method call counts in the lexer. 337 to parse. If you pass in a byte string, the Lexer will choke on 619 @param tokenSource A TokenSource instance (usually a Lexer) to pull [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl3.rst | 16 work to build a lexer and parser than it is to generate LLVM IR code. :) 540 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of) 557 * Lexer Tokens 560 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 572 lexer.ml: 576 * Lexer [all...] |
Completed in 572 milliseconds
<<21222324252627282930>>