Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp219 IndivPropsTy &IndProps) { in checkAllAtProps() argument
220 if (IndProps.empty()) in checkAllAtProps()
224 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
235 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
262 cast<Decl>(IndProps.front()->getDeclContext()))) { in checkAllAtProps()
269 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(), in checkAllAtProps()
316 IndivPropsTy &IndProps = I->second; in checkAllProps() local
317 checkAllAtProps(MigrateCtx, AtLoc, IndProps); in checkAllProps()