Searched
full:lexer (Results
701 -
725 of
1025) sorted by null
<<21222324252627282930>>
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 13 * lexer's Tokens rule DFA has 326 states roughly.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Antlr3.Runtime.csproj | 76 <Compile Include="Lexer.cs" />
|
/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/chromium_org/mojo/public/tools/bindings/ |
mojom_bindings_generator.gypi | 71 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py',
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
tokenizer.py | 17 """Regular expression based lexer."""
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parser.h | 151 * State for the lexer.
|
/external/clang/lib/AST/ |
CommentBriefParser.cpp | 58 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) :
|
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 17 #include "clang/Lex/Lexer.h" 34 /// This differs from Lexer::getImmediateMacroName in that any macro argument 41 /// Lexer::getImmediateMacroName will return "MAC2". 63 unsigned MacroTokenLength = Lexer::MeasureTokenLength(Loc, SM, LangOpts);
|
HeaderIncludeGen.cpp | 116 Lexer::Stringify(Filename);
|
TextDiagnosticPrinter.cpp | 19 #include "clang/Lex/Lexer.h"
|
/external/clang/lib/Rewrite/Core/ |
HTMLRewrite.cpp | 44 EOffset += Lexer::MeasureTokenLength(E, R.getSourceMgr(), R.getLangOpts()); 362 Lexer L(FID, FromFile, SM, PP.getLangOpts()); 452 Lexer L(FID, FromFile, SM, PP.getLangOpts()); 471 // If this raw token is an identifier, the raw lexer won't have looked up
|
Rewriter.cpp | 22 #include "clang/Lex/Lexer.h" 156 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); 195 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); 205 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
|
/external/iproute2/tc/ |
Makefile | 140 # our lexer includes the header from yacc, so make sure
|
/external/lldb/examples/python/ |
cmdtemplate.py | 32 # Use the Shell Lexer to properly parse up command options just like a
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 143 /// \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/mesa3d/src/mesa/program/ |
program_parser.h | 151 * State for the lexer.
|
Completed in 754 milliseconds
<<21222324252627282930>>