/external/clang/lib/AST/ |
CommentParser.cpp | 94 P.consumeToken(); 107 P.consumeToken(); 253 consumeToken(); 327 consumeToken(); 367 consumeToken(); 398 consumeToken(); 429 consumeToken(); 436 consumeToken(); 443 consumeToken(); 452 consumeToken(); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketExtensionParser.cpp | 70 bool WebSocketExtensionParser::consumeToken() 116 return consumeQuotedString() || consumeToken(); 135 if (!consumeToken()) 142 if (!consumeToken())
|
WebSocketExtensionParser.h | 70 bool consumeToken();
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 808 SourceLocation consumeToken(); 843 consumeToken(); 850 SourceLocation ModuleMapParser::consumeToken() { 990 consumeToken(); [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventRepeater.java | 57 public void consumeToken(Token token) { listener.consumeToken(token); }
|
BlankDebugEventListener.java | 46 public void consumeToken(Token token) {}
|
DebugEventListener.java | 90 public void consumeToken(Token t); 100 * which Token object was examined. Like consumeToken, this indicates 179 * consumeToken [c/<4>,1:0] 190 * consumeToken [c/<4>,1:1] 239 * This is the analog of the consumeToken method. Again, the ID is
|
ParseTreeBuilder.java | 89 public void consumeToken(Token token) {
|
DebugTokenStream.java | 62 dbg.consumeToken(t);
|
DebugEventHub.java | 126 public void consumeToken(Token token) { 129 listener.consumeToken(token);
|
DebugEventSocketProxy.java | 149 public void consumeToken(Token t) { 151 transmit("consumeToken\t"+buf);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 71 - (void) consumeToken:(id<ANTLRToken>)t; 81 * which Token object was examined. Like consumeToken, this indicates 160 * consumeToken [c/<4>,1:0] 171 * consumeToken [c/<4>,1:1] 220 * This is the analog of the consumeToken method. Again, the ID is
|
ANTLRDebugEventProxy.h | 81 - (void) consumeToken:(id<ANTLRToken>)t;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 71 - (void) consumeToken:(id<ANTLRToken>)t; 81 * which Token object was examined. Like consumeToken, this indicates 160 * consumeToken [c/<4>,1:0] 171 * consumeToken [c/<4>,1:1] 220 * This is the analog of the consumeToken method. Again, the ID is
|
ANTLRDebugEventProxy.h | 81 - (void) consumeToken:(id<ANTLRToken>)t;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 71 - (void) consumeToken:(id<ANTLRToken>)t; 81 * which Token object was examined. Like consumeToken, this indicates 160 * consumeToken [c/<4>,1:0] 171 * consumeToken [c/<4>,1:1] 220 * This is the analog of the consumeToken method. Again, the ID is
|
ANTLRDebugEventProxy.h | 81 - (void) consumeToken:(id<ANTLRToken>)t;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 71 - (void) consumeToken:(id<ANTLRToken>)t; 81 * which Token object was examined. Like consumeToken, this indicates 160 * consumeToken [c/<4>,1:0] 171 * consumeToken [c/<4>,1:1] 220 * This is the analog of the consumeToken method. Again, the ID is
|
ANTLRDebugEventProxy.h | 81 - (void) consumeToken:(id<ANTLRToken>)t;
|
/external/clang/include/clang/AST/ |
CommentParser.h | 61 void consumeToken() {
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 139 void (*consumeToken) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_COMMON_TOKEN t); 149 * which Token object was examined. Like consumeToken, this indicates 228 * consumeToken [c/<4>,1:0] 239 * consumeToken [c/<4>,1:1] 294 * This is the analog of the consumeToken method. The ID is usually
|
/external/clang/lib/Format/ |
TokenAnnotator.cpp | 68 if (!consumeToken()) 164 if (!consumeToken()) 228 if (!consumeToken()) 258 if (!consumeToken()) 282 if (!consumeToken()) 301 bool consumeToken() { 389 consumeToken(); 496 if (!consumeToken()) [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3debughandlers.c | 63 static void consumeToken (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_COMMON_TOKEN t); 113 delboy->consumeToken = consumeToken; 626 consumeToken (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_COMMON_TOKEN t) 636 msg->insert8(msg, 0, "consumeToken\t");
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 120 self._dbg.consumeToken(t) 465 def consumeToken(self, t): 483 which Token object was examined. Like consumeToken, this indicates 566 consumeToken [c/<4>,1:0] 577 consumeToken [c/<4>,1:1] 637 This is the analog of the consumeToken method. Again, the ID is 951 def consumeToken(self, t): 952 self.transmit("consumeToken\t%s" % self.serializeToken(t)) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 338 actions.consumeToken(((TokenStream)input).LT(1));
|