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

  /external/perf_data_converter/src/quipper/
perf_recorder.cc 55 const std::vector<string>& command_line_args,
65 for (size_t i = 0; i < command_line_args.size(); ++i) {
66 const string& arg = command_line_args[i];
  /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...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 434 milliseconds