Searched refs:command_line_args (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexing.cpp230 const char *const *command_line_args; member in struct:__anon3876::IndexTranslationUnitInfo
260 const char * const *command_line_args = ITUI->command_line_args; local
294 command_line_args,
310 Args->insert(Args->end(), command_line_args,
311 command_line_args + num_command_line_args);
316 // Put the source file after command_line_args otherwise if '-x' flag is
398 const char * const *command_line_args,
406 source_filename, command_line_args,
420 fprintf(stderr, " 'command_line_args'
392 clang_indexTranslationUnit(CXIndex CIdx, CXClientData client_data, IndexerCallbacks *index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
[all...]
H A DCIndex.cpp2371 const char * const *command_line_args,
2377 command_line_args, num_command_line_args,
2385 const char *const *command_line_args; member in struct:ParseTranslationUnitInfo
2397 const char * const *command_line_args = PTUI->command_line_args; local
2420 command_line_args));
2456 if (strcmp(command_line_args[I], "-fno-spell-checking") == 0 ||
2457 strcmp(command_line_args[I], "-fspell-checking") == 0) {
2465 Args->insert(Args->end(), command_line_args,
2466 command_line_args
2368 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, const char *source_filename, int num_command_line_args, const char * const *command_line_args, unsigned num_unsaved_files, struct CXUnsavedFile *unsaved_files) argument
2525 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
[all...]
/external/clang/include/clang-c/
H A DIndex.h959 * source file is included in \p command_line_args.
961 * \param command_line_args The command-line arguments that would be
968 * \p command_line_args.
989 const char * const *command_line_args,
4170 const char * const *command_line_args,

Completed in 65 milliseconds