Searched refs:Match (Results 1 – 1 of 1) sorted by relevance
409 def Match(pattern, s): function712 if Match(r'T(EST|est)', self.current_function):1458 and not Match(r'};*\s*(//|/\*).*\bnamespace\b', line)):1475 if not Match((r'};*\s*(//|/\*).*\bnamespace\s+' + re.escape(self.name) +1483 if not Match(r'};*\s*(//|/\*).*\bnamespace[\*/\.\\\s]*$', line):1556 if Match(r'^\s*#\s*(if|ifdef|ifndef)\b', line):1560 elif Match(r'^\s*#\s*(else|elif)\b', line):1575 elif Match(r'^\s*#\s*endif\b', line):1636 namespace_decl_match = Match(r'^\s*namespace\b\s*([:\w]+)?(.*)$', line)1669 class_decl_match = Match([all …]