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

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp229 IndivPropsTy &IndProps) {
230 if (IndProps.empty())
234 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
245 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
271 cast<Decl>(IndProps.front()->getDeclContext()))) {
278 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
324 IndivPropsTy &IndProps = I->second; local
325 checkAllAtProps(MigrateCtx, AtLoc, IndProps);
227 checkAllAtProps(MigrationContext &MigrateCtx, SourceLocation AtLoc, IndivPropsTy &IndProps) argument
[all...]

Completed in 35 milliseconds