Searched refs:RemovedAttrSet (Results 1 – 4 of 4) sorted by relevance
207 if (!MigrateCtx.RemovedAttrSet.count(Attr.Loc)) in checkWeakGCAttrs()292 MigrateCtx.RemovedAttrSet.insert(Loc); in checkAllAtProps()
97 llvm::DenseSet<SourceLocation> RemovedAttrSet; variable
210 if (!MigrateCtx.RemovedAttrSet.count(Attr.Loc.getRawEncoding())) in checkWeakGCAttrs()295 MigrateCtx.RemovedAttrSet.insert(Loc.getRawEncoding()); in checkAllAtProps()
98 llvm::DenseSet<unsigned> RemovedAttrSet; variable