Home
last modified time | relevance | path

Searched refs:FormatContext (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Index/
DCommentToXML.h28 std::unique_ptr<SimpleFormatContext> FormatContext; variable
/external/clang/lib/Index/
DCommentToXML.cpp1151 if (!FormatContext || (FormatInMemoryUniqueId % 1000) == 0) { in convertCommentToXML()
1154 FormatContext.reset(new SimpleFormatContext(Context.getLangOpts())); in convertCommentToXML()
1158 Context.getSourceManager(), *FormatContext, in convertCommentToXML()