Home | History | Annotate | Download | only in libclang

Lines Matching defs:command_line_args

3164                                           const char * const *command_line_args,
3169 command_line_args, num_command_line_args,
3176 const char *const *command_line_args,
3245 if (strcmp(command_line_args[I], "-fno-spell-checking") == 0 ||
3246 strcmp(command_line_args[I], "-fspell-checking") == 0) {
3251 Args->insert(Args->end(), command_line_args,
3252 command_line_args + num_command_line_args);
3260 // Put the source file after command_line_args otherwise if '-x' flag is
3310 const char *const *command_line_args,
3317 CIdx, source_filename, command_line_args, num_command_line_args,
3327 const char *const *command_line_args, int num_command_line_args,
3332 Args.append(command_line_args, command_line_args + num_command_line_args);
3340 const char *const *command_line_args, int num_command_line_args,
3346 *Log << command_line_args[i] << " ";
3355 CIdx, source_filename, command_line_args, num_command_line_args,
3363 fprintf(stderr, " 'command_line_args' : [");
3367 command_line_args[i]);