Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp224 IndivPropsTy &IndProps) { in checkAllAtProps() argument
225 if (IndProps.empty()) in checkAllAtProps()
229 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
240 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps()
267 cast<Decl>(IndProps.front()->getDeclContext()))) { in checkAllAtProps()
274 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(), in checkAllAtProps()
320 IndivPropsTy &IndProps = I->second; in checkAllProps() local
321 checkAllAtProps(MigrateCtx, AtLoc, IndProps); in checkAllProps()