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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp28 bool FullyMigratable; member in class:__anon284::GCAttrsCollector
35 : MigrateCtx(ctx), FullyMigratable(false),
49 SaveAndRestore<bool> Save(FullyMigratable, isMigratable(D));
116 Attr.FullyMigratable = FullyMigratable;
184 if (Attr.FullyMigratable && Attr.Dcl) {
349 llvm::errs() << "\nMIGRATABLE: " << Attr.FullyMigratable;
H A DTransforms.h93 bool FullyMigratable; member in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence

Completed in 155 milliseconds