Home
last modified time | relevance | path

Searched refs:consume_token (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Devent-hub.rb75 def consume_token( tree ) method in ANTLR3.Debug.EventHub
77 listener.consume_token( tree )
Dsocket.rb129 def consume_token( token ) method in ANTLR3.Debug.EventSocketProxy
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp1017 goto consume_token; in ConsumeAndStoreInitializer()
1071 goto consume_token; in ConsumeAndStoreInitializer()
1084 goto consume_token; in ConsumeAndStoreInitializer()
1095 goto consume_token; in ConsumeAndStoreInitializer()
1101 goto consume_token; in ConsumeAndStoreInitializer()
1108 goto consume_token; in ConsumeAndStoreInitializer()
1211 consume_token: in ConsumeAndStoreInitializer()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb312 @debug_listener.consume_token( t ) if @debug_listener
433 def consume_token( tree ) method
Dprofile.rb287 def consume_token( token ) method in ANTLR3.Profile.Profiler