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

  /external/clang/tools/libclang/
Indexing.cpp 471 const char *const *command_line_args, int num_command_line_args,
521 Args->insert(Args->end(), command_line_args,
522 command_line_args + num_command_line_args);
527 // Put the source file after command_line_args otherwise if '-x' flag is
916 const char * const *command_line_args,
924 Args.append(command_line_args, command_line_args + num_command_line_args);
935 const char *const *command_line_args, int num_command_line_args,
941 *Log << command_line_args[i] << " "; local
951 index_options, source_filename, command_line_args,
    [all...]
CIndex.cpp 3235 *Log << command_line_args[i] << " "; local
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 1545 milliseconds