Searched refs:get_arguments (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_clang.py | 29 result = sut.get_arguments( 38 sut.get_arguments(['clang', '-x', 'c', 'notexist.c'], '.') 42 sut.get_arguments(['notexist'], '.')
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | clang.py | 38 def get_arguments(command, cwd): function 78 for arg in get_arguments(cmd, '.') 179 cmd = get_arguments(command, cwd)
|
| H A D | analyze.py | 36 from libscanbuild.clang import get_version, get_arguments, get_triple_arch, \ 514 cmd = get_arguments(cmd, cwd) 564 cmd = get_arguments([opts['clang'], '--analyze'] +
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFrame.i | 310 def get_arguments(self): 360 …args = property(get_arguments, None, doc='''A read only property that returns a list() that contai… 361 …arguments = property(get_arguments, None, doc='''A read only property that returns a list() that c…
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor.py | 508 arguments = list(foo.get_arguments())
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 1800 def get_arguments(self): member in Cursor
|