Searched refs:PropertyDotString (Results 1 – 1 of 1) sorted by relevance
267 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local272 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() local286 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()287 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()300 PropertyDotString += " "; in rewriteToPropertyDotSyntax()302 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()