Searched refs:do_display_source_python_api (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/test/API/source-manager/ |
D | TestSourceManager.py | 51 def do_display_source_python_api(self, use_color, needle_regex, highlight_source=False): member in SourceManagerTestCase 108 self.do_display_source_python_api(use_color, r"\s+\^") 116 self.do_display_source_python_api(use_color, underline_regex) 127 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting) 131 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting) 134 self.do_display_source_python_api(use_color, r" main\(", syntax_highlighting) 135 self.do_display_source_python_api(use_color, r"\);", syntax_highlighting)
|