Lines Matching defs:command_line_args
4209 const char *const *command_line_args, unsigned num_unsaved_files,
4212 return clang_parseTranslationUnit(CIdx, source_filename, command_line_args,
4219 const char *const *command_line_args,
4262 llvm::ArrayRef(command_line_args, num_command_line_args));
4307 if (strcmp(command_line_args[I], "-fno-spell-checking") == 0 ||
4308 strcmp(command_line_args[I], "-fspell-checking") == 0) {
4313 Args->insert(Args->end(), command_line_args,
4314 command_line_args + num_command_line_args);
4322 // Put the source file after command_line_args otherwise if '-x' flag is
4386 const char *const *command_line_args,
4392 CIdx, source_filename, command_line_args, num_command_line_args,
4402 const char *const *command_line_args, int num_command_line_args,
4408 Args.append(command_line_args, command_line_args + num_command_line_args);
4416 const char *const *command_line_args, int num_command_line_args,
4422 *Log << command_line_args[i] << " ";
4432 CIdx, source_filename, command_line_args, num_command_line_args,
4441 fprintf(stderr, " 'command_line_args' : [");
4445 fprintf(stderr, "'%s'", command_line_args[i]);