Searched refs:PropertyDotString (Results 1 – 1 of 1) sorted by relevance
271 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local276 PropertyDotString = ")."; in rewriteToPropertyDotSyntax()279 PropertyDotString = "."; in rewriteToPropertyDotSyntax()280 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()281 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax()289 std::string PropertyDotString = "."; in rewriteToPropertyDotSyntax() local290 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()291 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()304 PropertyDotString += " "; in rewriteToPropertyDotSyntax()306 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()