Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp221 IndivPropsTy &IndProps) { in checkAllAtProps() argument
222 if (IndProps.empty()) in checkAllAtProps()
226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
263 cast<Decl>(IndProps.front()->getDeclContext()))) { in checkAllAtProps()
270 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(), in checkAllAtProps()
315 IndivPropsTy &IndProps = I->second; in checkAllProps() local
316 checkAllAtProps(MigrateCtx, AtLoc, IndProps); in checkAllProps()