Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransforms.h121 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
DTransProperties.cpp301 return MigrateCtx.addPropertyAttribute(attr, atLoc); in addAttribute()
DTransGCAttrs.cpp285 MigrateCtx.addPropertyAttribute(toAttr, AtLoc); in checkAllAtProps()
DTransforms.cpp470 bool MigrationContext::addPropertyAttribute(StringRef attr, in addPropertyAttribute() function in MigrationContext