Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp538 FormatRewriterContext(SFC), in CommentASTToXMLConverter()
577 SimpleFormatContext &FormatRewriterContext; member in __anonf43412aa0211::CommentASTToXMLConverter
605 FileID ID = FormatRewriterContext.createInMemoryFile(filename, StringDecl); in formatTextOfDeclaration()
606 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) in formatTextOfDeclaration()
611 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, in formatTextOfDeclaration()
613 applyAllReplacements(Replace, FormatRewriterContext.Rewrite); in formatTextOfDeclaration()
614 Declaration = FormatRewriterContext.getRewrittenText(ID); in formatTextOfDeclaration()