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