Searched refs:append_attr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 383 static void append_attr(std::string &PropertyString, const char *attr, in append_attr() function 482 append_attr(PropertyString, "readonly", LParenAdded); in rewriteToObjCProperty() 491 append_attr(PropertyString, "assign", LParenAdded); in rewriteToObjCProperty() 495 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty() 500 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
|