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.
15 #include "clang/Rewrite/Rewriter.h"
60 Rewriter Rewrite;
595 "rewriter doesn't support user-specified control flow semantics "
1324 // Because the rewriter doesn't allow us to rewrite rewritten code,
1411 // Because the rewriter doesn't allow us to rewrite rewritten code,
1540 /// RewriteObjCForCollectionStmt - Rewriter for ObjC2's foreach statement.
3071 // the structure definition in the header. The rewriter has it's own
3180 // the structure definition in the header. The rewriter has it's own
4446 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4502 assert((*startArgList == '(') && "Rewriter fuzzy parser confused");
4575 assert((*argPtr == '(') && "Rewriter fuzzy parser confused");
4589 assert((*argPtr == ')') && "Rewriter fuzzy parser confused");
4812 // FIXME. rewriter does not support __block c++ objects which