Searched refs:FormatContext (Results 1 – 3 of 3) sorted by relevance
32 clang::SimpleFormatContext *FormatContext; member
1454 if (!TU->FormatContext) { in clang_FullComment_getAsXML()1455 TU->FormatContext = new SimpleFormatContext(Context.getLangOpts()); in clang_FullComment_getAsXML()1459 delete TU->FormatContext; in clang_FullComment_getAsXML()1460 TU->FormatContext = new SimpleFormatContext(Context.getLangOpts()); in clang_FullComment_getAsXML()1465 *TU->FormatContext, in clang_FullComment_getAsXML()
71 D->FormatContext = 0; in MakeCXTranslationUnit()2907 delete CTUnit->FormatContext; in clang_disposeTranslationUnit()