Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp28 bool FullyMigratable; member in __anonc1f1c3880111::GCAttrsCollector
35 : MigrateCtx(ctx), FullyMigratable(false), in GCAttrsCollector()
49 SaveAndRestore Save(FullyMigratable, isMigratable(D)); in TraverseDecl()
116 Attr.FullyMigratable = FullyMigratable; in handleAttr()
184 if (Attr.FullyMigratable && Attr.Dcl) { in errorForGCAttrsOnNonObjC()
346 llvm::errs() << "\nMIGRATABLE: " << Attr.FullyMigratable; in dumpGCAttrs()
H A DTransforms.h93 bool FullyMigratable; member