Home | History | Annotate | Download | only in cpp

Lines Matching refs:token2

1281         token = token2 = self._GetNextToken()
1284 token2 = self._GetNextToken()
1285 if token2.token_type == tokenize.SYNTAX and token2.name == '~':
1290 if token2 is not token:
1291 return_type_and_name.insert(1, token2)