Searched refs:tok (Results 1 – 1 of 1) sorted by relevance
212 yield tok230 def examine(self, tok): argument246 def examine(self, tok): argument263 def examine(self, tok): argument276 def examine(self, tok): argument282 elif tok.kind == "PUNCTUATOR" and tok.text == ";" and self.in_typedef:317 def examine(self, tok): argument322 elif (tok.kind == "IDENT" and tok.text == "typedef"329 elif tok.kind == "PUNCTUATOR" and tok.text == ";":341 if tok.kind == "IDENT" and OBSOLETE_TYPE_RE_.match(tok.text):[all …]
Completed in 4 milliseconds