Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Rewriter

1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
10 // Hacks and fun related to the code rewriter.
25 #include "clang/Rewrite/Core/Rewriter.h"
64 Rewriter Rewrite;
657 "rewriter doesn't support user-specified control flow semantics "
1416 // Because the rewriter doesn't allow us to rewrite rewritten code,
1503 // Because the rewriter doesn't allow us to rewrite rewritten code,
1645 /// RewriteObjCForCollectionStmt - Rewriter for ObjC2's foreach statement.
3286 // the structure definition in the header. The rewriter has it's own
3380 // the structure definition in the header. The rewriter has it's own
4734 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4787 assert((*startArgList == '(') && "Rewriter fuzzy parser confused");
4857 assert((*argPtr == '(') && "Rewriter fuzzy parser confused");
4871 assert((*argPtr == ')') && "Rewriter fuzzy parser confused");
5092 // FIXME. rewriter does not support __block c++ objects which