Home
last modified time | relevance | path

Searched refs:rewriteToObjCLiteralSyntax (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h28 bool rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg,
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp339 bool edit::rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, in rewriteToObjCLiteralSyntax() function in edit
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr()