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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp221 IndivPropsTy &IndProps) {
222 if (IndProps.empty())
226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
237 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
264 cast<Decl>(IndProps.front()->getDeclContext()))) {
271 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
318 IndivPropsTy &IndProps = I->second; local
319 checkAllAtProps(MigrateCtx, AtLoc, IndProps);
219 checkAllAtProps(MigrationContext &MigrateCtx, SourceLocation AtLoc, IndivPropsTy &IndProps) argument
[all...]

Completed in 93 milliseconds