HomeSort by relevance Sort by last modified time
    Searched defs:command_line_args (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
Indexing.cpp 419 const char *const *command_line_args, int num_command_line_args,
469 Args->insert(Args->end(), command_line_args,
470 command_line_args + num_command_line_args);
475 // Put the source file after command_line_args otherwise if '-x' flag is
839 const char * const *command_line_args,
847 Args.append(command_line_args, command_line_args + num_command_line_args);
858 const char *const *command_line_args, int num_command_line_args,
864 *Log << command_line_args[i] << " "; local
874 index_options, source_filename, command_line_args,
    [all...]
CIndex.cpp 3346 *Log << command_line_args[i] << " "; local
    [all...]

Completed in 83 milliseconds