Home | History | Annotate | Download | only in cpp

Lines Matching full:is_variable

1225             is_variable = (var_token.token_type == tokenize.NAME and
1228 if is_syntax and not is_variable:
1241 if is_syntax or (is_variable and not self._handling_typedef):