Home
last modified time | relevance | path

Searched refs:decl_in_line (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/lazy-loading/
DTestLazyLoading.py69 def decl_in_line(self, line, decl): member in TestCase
90 return self.decl_in_line(line, decl) and not "<undeserialized declarations>" in line
106 if self.decl_in_line(line, decl):
134 self.assertFalse(self.decl_in_line(line, decl), error_msg)