Home | History | Annotate | Download | only in libclang

Lines Matching defs:TU

1451   CXTranslationUnit TU = CXC.TranslationUnit;
1452 SourceManager &SM = cxtu::getASTUnit(TU)->getSourceManager();
1454 if (!TU->FormatContext) {
1455 TU->FormatContext = new SimpleFormatContext(Context.getLangOpts());
1456 } else if ((TU->FormatInMemoryUniqueId % 1000) == 0) {
1459 delete TU->FormatContext;
1460 TU->FormatContext = new SimpleFormatContext(Context.getLangOpts());
1465 *TU->FormatContext,
1466 TU->FormatInMemoryUniqueId++);