Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py638 )(cls.get_clang_cursor_from_cursor(cursor), cls.get_clang_file_from_cursor(cursor), cx_callback)
674 def get_clang_file_from_cursor(cls, cursor: Union[CursorLike, clx.TranslationUnit]) -> clx.File: member in Cursor
708 return Path(str(cls.get_clang_file_from_cursor(cursor)))
753 cursor_file = cls.get_clang_file_from_cursor(cursor)