Searched defs:RewriteBuffer (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h1 //===--- RewriteBuffer.h - Buffer rewriting interface -----------*- C++ -*-===//
21 /// RewriteBuffer - As code is rewritten, SourceBuffer's from the original
22 /// input with modifications get a new RewriteBuffer associated with them. The
23 /// RewriteBuffer captures the modified text itself as well as information used
25 /// RewriteBuffer. For example, if text is inserted into the buffer, any
27 class RewriteBuffer { class in namespace:clang
93 /// RewriteBuffer is based on, map it into the offset space of the
94 /// RewriteBuffer. If AfterInserts is true and if the OrigOffset indicates a

Completed in 77 milliseconds