Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp383 static void append_attr(std::string &PropertyString, const char *attr, in append_attr() function
482 append_attr(PropertyString, "readonly", LParenAdded); in rewriteToObjCProperty()
492 append_attr(PropertyString, "assign", LParenAdded); in rewriteToObjCProperty()
496 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
501 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()