Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h101 llvm::DenseSet<SourceLocation> AtPropsWeak; variable
DTransProperties.cpp340 return MigrateCtx.AtPropsWeak.count(atLoc); in hasGCWeak()
DTransGCAttrs.cpp265 MigrateCtx.AtPropsWeak.insert(AtLoc); in checkAllAtProps()
/external/clang/lib/ARCMigrate/
DTransforms.h102 llvm::DenseSet<unsigned> AtPropsWeak; variable
DTransProperties.cpp339 return MigrateCtx.AtPropsWeak.count(atLoc.getRawEncoding()); in hasGCWeak()
DTransGCAttrs.cpp269 MigrateCtx.AtPropsWeak.insert(AtLoc.getRawEncoding()); in checkAllAtProps()