Home | History | Annotate | Download | only in libclang

Lines Matching defs:TU

249 /// not rely on the StringPool in the TU.
532 CXTranslationUnit *TU;
539 TU(TranslationUnit) { }
596 CXCursor cursor = cxcursor::MakeCXCursor(D, *TU);
654 CXTranslationUnit TU;
665 CXTranslationUnit TU = CCAI->TU;
683 ASTUnit *AST = cxtu::getASTUnit(TU);
687 CIndexer *CXXIdx = TU->CIdx;
716 CaptureCompletionResults Capture(Opts, *Results, &TU);
811 CXCodeCompleteResults *clang_codeCompleteAt(CXTranslationUnit TU,
819 *Log << TU << ' '
823 CodeCompleteAtInfo CCAI = { TU, complete_filename, complete_line,
836 cxtu::getASTUnit(TU)->setUnsafeToFree(true);
839 PrintLibclangResourceUsage(TU);