Home | History | Annotate | Download | only in libclang

Lines Matching defs:TU

250 /// not rely on the StringPool in the TU.
528 CXTranslationUnit *TU;
535 TU(TranslationUnit) { }
592 CXCursor cursor = cxcursor::MakeCXCursor(D, *TU);
650 CXTranslationUnit TU;
660 CXTranslationUnit TU = CCAI->TU;
676 if (cxtu::isNotUsableTU(TU)) {
677 LOG_BAD_TU(TU);
681 ASTUnit *AST = cxtu::getASTUnit(TU);
685 CIndexer *CXXIdx = TU->CIdx;
713 CaptureCompletionResults Capture(Opts, *Results, &TU);
810 CXCodeCompleteResults *clang_codeCompleteAt(CXTranslationUnit TU,
818 *Log << TU << ' '
825 CodeCompleteAtInfo CCAI = {TU, complete_filename, complete_line,
838 cxtu::getASTUnit(TU)->setUnsafeToFree(true);
841 PrintLibclangResourceUsage(TU);