Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp277 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local
282 PropertyDotString = ")."; in rewriteToPropertyDotSyntax()
285 PropertyDotString = "."; in rewriteToPropertyDotSyntax()
286 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
287 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax()
295 std::string PropertyDotString = "."; in rewriteToPropertyDotSyntax() local
296 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
297 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()
310 PropertyDotString += " "; in rewriteToPropertyDotSyntax()
312 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()