Searched refs:FormatContext (Results 1 – 2 of 2) sorted by relevance
28 std::unique_ptr<SimpleFormatContext> FormatContext; variable
1151 if (!FormatContext || (FormatInMemoryUniqueId % 1000) == 0) { in convertCommentToXML()1154 FormatContext.reset(new SimpleFormatContext(Context.getLangOpts())); in convertCommentToXML()1158 Context.getSourceManager(), *FormatContext, in convertCommentToXML()