Home
last modified time | relevance | path

Searched defs:extra_arg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py94 extra_arg, extra_arg_before, quiet, config_file_path, argument
/llvm-project-15.0.7/clang/utils/
H A Dcreduce-clang-crash.py263 def try_remove_args(self, args, msg=None, extra_arg=None, **kwargs): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1115 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess() local