Home | History | Annotate | Download | only in tools

Lines Matching refs:regexp

414   """Matches the string with the pattern, caching the compiled regexp."""
415 # The regexp compilation caching is inlined in both Match and Search for
424 """Searches the string for the pattern, caching the compiled regexp."""
1675 # after parsing namespaces. The regexp accounts for decorated classes
1859 # Here's the original regexp, for the reference:
2005 regexp = r'(\w(\w|::|\*|\&|\s)*)\(' # decls * & space::name( ...
2006 match_result = Match(regexp, line)
3137 start_pattern: The regexp string indicating where to start extracting
3144 # rewritten to use _GetTextInside (and use inferior regexp matching today).