Home
last modified time | relevance | path

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

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