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

/external/clang/tools/libclang/
H A DCIndex.cpp2748 const ParseTranslationUnitInfo *PTUI = local
2750 CXIndex CIdx = PTUI->CIdx;
2751 const char *source_filename = PTUI->source_filename;
2752 const char * const *command_line_args = PTUI->command_line_args;
2753 int num_command_line_args = PTUI->num_command_line_args;
2754 unsigned options = PTUI->options;
2755 CXTranslationUnit *out_TU = PTUI->out_TU;
2763 PTUI->result = CXError_InvalidArguments;
2799 for (auto &UF : PTUI->unsaved_files) {
2863 PTUI
2907 ParseTranslationUnitInfo PTUI = { local
[all...]

Completed in 61 milliseconds