Searched refs:append_attr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 386 static void append_attr(std::string &PropertyString, const char *attr, in append_attr() function 485 append_attr(PropertyString, "readonly", LParenAdded); in rewriteToObjCProperty() 494 append_attr(PropertyString, "assign", LParenAdded); in rewriteToObjCProperty() 498 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty() 503 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
|