Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp540 FormatRewriterContext(SFC), in CommentASTToXMLConverter()
578 SimpleFormatContext &FormatRewriterContext; member in __anon57e3dd6b0211::CommentASTToXMLConverter
606 FileID ID = FormatRewriterContext.createInMemoryFile(filename, StringDecl); in formatTextOfDeclaration()
607 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) in formatTextOfDeclaration()
615 Lexer Lex(ID, FormatRewriterContext.Sources.getBuffer(ID), in formatTextOfDeclaration()
616 FormatRewriterContext.Sources, LangOpts); in formatTextOfDeclaration()
618 format::getLLVMStyle(), Lex, FormatRewriterContext.Sources, Ranges); in formatTextOfDeclaration()
619 applyAllReplacements(Replace, FormatRewriterContext.Rewrite); in formatTextOfDeclaration()
620 Declaration = FormatRewriterContext.getRewrittenText(ID); in formatTextOfDeclaration()