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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributes.cpp699 SmallVector<AttributeSet, 4> AttrSet; local
709 AttrSet.push_back(getSlotAttributes(I));
724 AttrSet.push_back(AttributeSet::get(C, Index, B));
728 AttrSet.push_back(getSlotAttributes(I));
730 return get(C, AttrSet);
752 SmallVector<AttributeSet, 4> AttrSet; local
762 AttrSet.push_back(getSlotAttributes(I));
775 AttrSet.push_back(AttributeSet::get(C, Index, B));
779 AttrSet.push_back(getSlotAttributes(I));
781 return get(C, AttrSet);
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
H A DTransforms.h97 llvm::DenseSet<unsigned> AttrSet; member in class:clang::arcmt::trans::MigrationContext

Completed in 102 milliseconds