Searched refs:get_file_from_cursor (Results 1 – 2 of 2) sorted by relevance
706 def get_file_from_cursor(cls, cursor: Union[CursorLike, clx.TranslationUnit]) -> Path: member in Cursor712 return self.get_file_from_cursor(self)
500 decl_file = Cursor.get_file_from_cursor(func_decl).resolve()