Searched refs:c_interop_string (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 73 class c_interop_string(c_char_p): class 114 c_interop_string = c_char_p variable 119 c_interop_string.to_python_string = staticmethod(_to_python_string) 3336 [c_interop_string, POINTER(c_uint)], 3346 [c_object_p, c_interop_string], 3381 [TranslationUnit, c_interop_string, c_int, c_int, c_void_p, c_int, c_int], 3397 [Index, c_interop_string], 3558 c_interop_string, 3559 c_interop_string.to_python_string), 3715 [TranslationUnit, c_interop_string], [all …]
|