Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp267 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local
272 PropertyDotString = ")."; in rewriteToPropertyDotSyntax()
275 PropertyDotString = "."; in rewriteToPropertyDotSyntax()
276 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
277 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax()
285 std::string PropertyDotString = "."; in rewriteToPropertyDotSyntax() local
286 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
287 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()
300 PropertyDotString += " "; in rewriteToPropertyDotSyntax()
302 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()