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

/external/clang/tools/libclang/
H A DCIndex.cpp3052 const ReparseTranslationUnitInfo *RTUI = local
3054 CXTranslationUnit TU = RTUI->TU;
3055 unsigned options = RTUI->options;
3061 RTUI->result = CXError_InvalidArguments;
3083 for (auto &UF : RTUI->unsaved_files) {
3090 RTUI->result = CXError_Success;
3092 RTUI->result = CXError_ASTReadError;
3107 ReparseTranslationUnitInfo RTUI = { local
3112 clang_reparseTranslationUnit_Impl(&RTUI);
3118 if (!RunSafely(CRC, clang_reparseTranslationUnit_Impl, &RTUI)) {
[all...]

Completed in 702 milliseconds