Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp271 std::string PropertyDotString; in rewriteToPropertyDotSyntax() local
276 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() local
290 PropertyDotString += Prop->getName(); in rewriteToPropertyDotSyntax()
291 PropertyDotString += " ="; in rewriteToPropertyDotSyntax()
304 PropertyDotString += " "; in rewriteToPropertyDotSyntax()
306 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()