Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py706 def get_file_from_cursor(cls, cursor: Union[CursorLike, clx.TranslationUnit]) -> Path: member in Cursor
712 return self.get_file_from_cursor(self)
H A D_linter.py500 decl_file = Cursor.get_file_from_cursor(func_decl).resolve()