Home | History | Annotate | Download | only in tools

Lines Matching refs:regexp

505   """Matches the string with the pattern, caching the compiled regexp."""
506 # The regexp compilation caching is inlined in both Match and Search for
533 """Searches the string for the pattern, caching the compiled regexp."""
1951 # after parsing namespaces. The regexp accounts for decorated classes
2159 # Here's the original regexp, for the reference:
2303 regexp = r'(\w(\w|::|\*|\&|\s)*)\(' # decls * & space::name( ...
2304 match_result = Match(regexp, line)
3655 start_pattern: The regexp string indicating where to start extracting
3662 # rewritten to use _GetTextInside (and use inferior regexp matching today).