Searched refs:PropertyDotString (Results 1 – 1 of 1) sorted by relevance
277 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local282 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() local296 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()297 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()310 PropertyDotString += " "; in rewriteToPropertyDotSyntax()312 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()