Home | History | Annotate | Download | only in checkers

Lines Matching refs:rest

676         project, rest = os.path.split(googlename)
677 return (project,) + os.path.splitext(rest)
1243 # For the rest, work with both comments and strings removed.
1813 condition, rest = up_to_unmatched_closing_paren(matched.group('remainder'))
1832 if not in_preprocessor_directive and not match(r'((\s*{\s*}?)|(\s*;?))\s*\\?$', rest):