Searched defs:IndProps (Results 1 - 1 of 1) sorted by relevance

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

Completed in 78 milliseconds