Lines Matching full:rewriter
1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
10 // Hacks and fun related to the code rewriter.
24 #include "clang/Rewrite/Core/Rewriter.h"
62 Rewriter Rewrite;
590 "rewriter doesn't support user-specified control flow semantics "
1265 // Because the rewriter doesn't allow us to rewrite rewritten code,
1347 // Because the rewriter doesn't allow us to rewrite rewritten code,
1469 /// RewriteObjCForCollectionStmt - Rewriter for ObjC2's foreach statement.
2758 // the structure definition in the header. The rewriter has it's own
2865 // the structure definition in the header. The rewriter has it's own
3987 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4026 assert((*startArgList == '(') && "Rewriter fuzzy parser confused");
4099 assert((*argPtr == '(') && "Rewriter fuzzy parser confused");
4113 Rewriter fuzzy parser confused");