Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp207 if (!MigrateCtx.RemovedAttrSet.count(Attr.Loc)) in checkWeakGCAttrs()
292 MigrateCtx.RemovedAttrSet.insert(Loc); in checkAllAtProps()
H A DTransforms.h97 llvm::DenseSet<SourceLocation> RemovedAttrSet; variable