Home | History | Annotate | Download | only in libclang

Lines Matching defs:command_line_args

483   const char *const *command_line_args;
513 const char * const *command_line_args = ITUI->command_line_args;
563 Args->insert(Args->end(), command_line_args,
564 command_line_args + num_command_line_args);
569 // Put the source file after command_line_args otherwise if '-x' flag is
965 const char * const *command_line_args,
974 *Log << command_line_args[i] << " ";
979 source_filename, command_line_args,
993 command_line_args' : [");
997 fprintf(stderr, "'%s'", command_line_args[i]);