mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-30 00:38:54 -04:00
![]() For the Objective-C case, we do not have a "function type" notion, so we actually end up wrapping the clang ObjCMethodDecl in the Impl object, and ask function-y questions of it In general, you can always ask for return type, number of arguments, and type of each argument using the TypeMemberFunction layer - but in the C++ case, you can also acquire a Type object for the function itself, which instead you can't do in the Objective-C case llvm-svn: 218132 |
||
---|---|---|
.. | ||
interface | ||
modules | ||
build-swig-Python.sh | ||
buildSwigPython.py | ||
finish-swig-Python-LLDB.sh | ||
finishSwigPythonLLDB.py | ||
Makefile | ||
modify-python-lldb.py | ||
python-extensions.swig | ||
python-swigsafecast.swig | ||
python-typemaps.swig | ||
python-wrapper.swig |