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 clang_codeCompleteAt_Impl(CXTranslationUnit TU, const char *complete_filename,
664 if (cxtu::isNotUsableTU(TU)) {
665 LOG_BAD_TU(TU);
669 ASTUnit *AST = cxtu::getASTUnit(TU);
673 CIndexer *CXXIdx = TU->CIdx;
701 CaptureCompletionResults Capture(Opts, *Results, &TU);
798 CXCodeCompleteResults *clang_codeCompleteAt(CXTranslationUnit TU,
806 *Log << TU << ' '
816 TU, complete_filename, complete_line, complete_column,
829 cxtu::getASTUnit(TU)->setUnsafeToFree(true);
832 PrintLibclangResourceUsage(TU);