9#ifndef LLVM_CLANG_EDIT_REWRITERS_H
10#define LLVM_CLANG_EDIT_REWRITERS_H
13 class ObjCMessageExpr;
15 class ObjCInterfaceDecl;
16 class ObjCProtocolDecl;
26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
30 const ParentMap *PMap);
33 const NSAPI &NS, Commit &commit);
bool rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit)
bool rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit, const ParentMap *PMap)
bool rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit)
The JSON file list parser is used to communicate input to InstallAPI.