Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h120 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
H A DTransProperties.cpp281 return MigrateCtx.addPropertyAttribute(attr, atLoc); in addAttribute()
H A DTransGCAttrs.cpp279 MigrateCtx.addPropertyAttribute(toAttr, AtLoc); in checkAllAtProps()
H A DTransforms.cpp461 bool MigrationContext::addPropertyAttribute(StringRef attr, in addPropertyAttribute() function in MigrationContext