Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3324 POINTER(SourceLocation), c_uint, py_object)
3325 callbacks['cursor_visit'] = CFUNCTYPE(c_int, Cursor, Cursor, py_object)
3326 callbacks['fields_visit'] = CFUNCTYPE(c_int, Cursor, py_object)
3739 [TranslationUnit, callbacks['translation_unit_includes'], py_object]),
3962 [Cursor, callbacks['cursor_visit'], py_object],
4053 [Type, callbacks['fields_visit'], py_object],
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp583 for (auto py_object : objects) { in PythonTuple() local
584 PythonObject object(PyRefType::Borrowed, py_object); in PythonTuple()