Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py206 def get_clang_function(name: str, arg_types: Sequence[type[_T]]) -> ClangFunction[_T, ctypes.c_uint… function
210 def get_clang_function(name: str, arg_types: Sequence[type[_T]], ret_type: type[_U]) -> ClangFuncti… function
213 def get_clang_function(name: str, arg_types: Sequence[type[_T]], ret_type: Optional[type[_U]] = Non… function
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py22 get_clang_function,
636 get_clang_function(
661 … cursor_range = get_clang_function('clang_Cursor_getCommentRange', [clx.Cursor], clx.SourceRange)(