Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp497 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ResType)) in rewriteToObjCProperty() local
498 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
502 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ArgType)) in rewriteToObjCProperty() local
503 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()