Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp494 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ResType)) in rewriteToObjCProperty() local
495 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
499 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ArgType)) in rewriteToObjCProperty() local
500 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()