Searched defs:ITUI (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexing.cpp484 const IndexSourceFileInfo *ITUI = local
486 CXIndexAction cxIdxAction = ITUI->idxAction;
487 CXClientData client_data = ITUI->client_data;
488 IndexerCallbacks *client_index_callbacks = ITUI->index_callbacks;
489 unsigned index_callbacks_size = ITUI->index_callbacks_size;
490 unsigned index_options = ITUI->index_options;
491 const char *source_filename = ITUI->source_filename;
492 const char * const *command_line_args = ITUI->command_line_args;
493 int num_command_line_args = ITUI->num_command_line_args;
494 CXTranslationUnit *out_TU = ITUI
743 IndexTranslationUnitInfo *ITUI = local
983 IndexSourceFileInfo ITUI = { local
1044 IndexTranslationUnitInfo ITUI = { idxAction, client_data, index_callbacks, local
[all...]

Completed in 61 milliseconds