Searched refs:_header_include_finder (Results 1 – 2 of 2) sorted by relevance
631 _header_include_finder = re.compile(r'\s*#\s*include\s*[<"](.*)[>"]') variable in Synopsis633 _header_include_finder.pattern + r'\s*/\*\s*I\s*(["<].*[>"])\s*I\s*\*/.*'
208 if found := self._header_include_finder.match(stripped):