/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3lexer.h | 163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
|
D | antlr3baserecognizer.h | 125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeParser.h | 66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
|
D | ANTLRLexer.h | 71 - (void) matchAny;
|
D | ANTLRBaseRecognizer.h | 114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeParser.h | 66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
|
D | ANTLRLexer.h | 71 - (void) matchAny;
|
D | ANTLRBaseRecognizer.h | 106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
|
D | ANTLRTreeParser.m | 119 - (void) matchAny:(id<ANTLRIntStream>)ignore
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeParser.h | 66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
|
D | ANTLRLexer.h | 71 - (void) matchAny;
|
D | ANTLRBaseRecognizer.h | 114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeParser.h | 66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
|
D | ANTLRLexer.h | 71 - (void) matchAny;
|
D | ANTLRBaseRecognizer.h | 114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3lexer.c | 52 static void matchAny (pANTLR3_LEXER lexer); 139 lexer->matchAny = matchAny; in antlr3LexerNew() 849 matchAny (pANTLR3_LEXER lexer) in matchAny() function
|
D | antlr3baserecognizer.c | 55 static void matchAny (pANTLR3_BASE_RECOGNIZER recognizer); 170 recognizer->matchAny = matchAny; in antlr3BaseRecognizerNew() 489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 53 matchAny: function(ignore) { // ignore stream, copy of this.input method
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 100 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | Lexer.java | 187 public void matchAny() { in matchAny() method in Lexer
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | Lexer.js | 157 matchAny: function() {
|
D | BaseRecognizer.js | 129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | recognizers.py | 225 def matchAny(self, input): member in BaseRecognizer 1214 def matchAny(self): member in Lexer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 235 [self matchAny]; if ( state.failed ) return ; 1196 [self matchAny]; if ( state.failed ) return ; 1267 [self matchAny]; if ( state.failed ) return ; 1362 [self matchAny]; if ( state.failed ) return ; 1452 [self matchAny]; if ( state.failed ) return ;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | TreeParser.as | 83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input
|