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 __anon07f8ed890211::CommentASTToXMLConverter
604 FileID ID = FormatRewriterContext.createInMemoryFile(filename, StringDecl); in formatTextOfDeclaration()
605 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) in formatTextOfDeclaration()
610 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, in formatTextOfDeclaration()
612 applyAllReplacements(Replace, FormatRewriterContext.Rewrite); in formatTextOfDeclaration()
613 Declaration = FormatRewriterContext.getRewrittenText(ID); in formatTextOfDeclaration()