Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp268 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local
273 PropertyDotString = ")."; in rewriteToPropertyDotSyntax()
276 PropertyDotString = "."; in rewriteToPropertyDotSyntax()
277 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
278 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax()
286 std::string PropertyDotString = "."; in rewriteToPropertyDotSyntax() local
287 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
288 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()
301 PropertyDotString += " "; in rewriteToPropertyDotSyntax()
303 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()