Searched refs:get_arguments (Results 1 - 3 of 3) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBFrame.i265 def get_arguments(self):
334 __swig_getmethods__["args"] = get_arguments
335 if _newclass: args = property(get_arguments, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
337 __swig_getmethods__["arguments"] = get_arguments
338 if _newclass: arguments = property(get_arguments, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py241 arguments = list(foo.get_arguments())
/external/clang/bindings/python/clang/
H A Dcindex.py1366 def get_arguments(self): member in class:Cursor

Completed in 120 milliseconds