Searched refs:consumeToken (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
H A DCommentParser.cpp93 P.consumeToken();
106 P.consumeToken();
258 consumeToken();
331 consumeToken();
386 consumeToken();
417 consumeToken();
424 consumeToken();
431 consumeToken();
440 consumeToken();
450 consumeToken();
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp524 SourceLocation consumeToken();
557 consumeToken();
564 SourceLocation ModuleMapParser::consumeToken() { function in class:ModuleMapParser
699 consumeToken();
715 consumeToken();
724 consumeToken();
772 ExplicitLoc = consumeToken();
778 consumeToken();
785 consumeToken();
789 consumeToken(); // 'modul
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventRepeater.java57 public void consumeToken(Token token) { listener.consumeToken(token); } method in class:DebugEventRepeater
H A DBlankDebugEventListener.java46 public void consumeToken(Token token) {} method in class:BlankDebugEventListener
H A DDebugEventListener.java90 public void consumeToken(Token t); method in interface:DebugEventListener
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
H A DParseTreeBuilder.java89 public void consumeToken(Token token) { method in class:ParseTreeBuilder
H A DDebugTokenStream.java62 dbg.consumeToken(t);
H A DDebugEventHub.java126 public void consumeToken(Token token) { method in class:DebugEventHub
129 listener.consumeToken(token);
H A DDebugEventSocketProxy.java149 public void consumeToken(Token t) { method in class:DebugEventSocketProxy
151 transmit("consumeToken\t"+buf);
H A DProfiler.java258 public void consumeToken(Token token) { method in class:Profiler
H A DRemoteDebugEventSocketListener.java284 else if ( elements[0].equals("consumeToken") ) {
290 listener.consumeToken(t);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDebugEventListener.h71 - (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
H A DANTLRDebugEventProxy.h81 - (void) consumeToken:(id<ANTLRToken>)t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDebugEventListener.h71 - (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
H A DANTLRDebugEventProxy.h81 - (void) consumeToken:(id<ANTLRToken>)t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDebugEventListener.h71 - (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
H A DANTLRDebugEventProxy.h81 - (void) consumeToken:(id<ANTLRToken>)t;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDebugEventListener.h71 - (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
H A DANTLRDebugEventProxy.h81 - (void) consumeToken:(id<ANTLRToken>)t;
/external/clang/include/clang/AST/
H A DCommentParser.h61 void consumeToken() { function in class:clang::comments::Parser
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h139 void (*consumeToken) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_COMMON_TOKEN t); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
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/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c63 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) function
636 msg->insert8(msg, 0, "consumeToken\t");
H A Dantlr3tokenstream.c641 ts->debugger->consumeToken(ts->debugger, t); // Tell the debugger that we consumed the first token
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py120 self._dbg.consumeToken(t)
465 def consumeToken(self, t): member in class:DebugEventListener
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): member in class:DebugEventSocketProxy
952 self.transmit("consumeToken\t%s" % self.serializeToken(t))
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java338 actions.consumeToken(((TokenStream)input).LT(1));

Completed in 934 milliseconds

12