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

/external/llvm/lib/IR/
H A DAttributes.cpp692 SmallVector<AttributeSet, 4> AttrSet; local
702 AttrSet.push_back(getSlotAttributes(I));
717 AttrSet.push_back(AttributeSet::get(C, Index, B));
721 AttrSet.push_back(getSlotAttributes(I));
723 return get(C, AttrSet);
745 SmallVector<AttributeSet, 4> AttrSet; local
755 AttrSet.push_back(getSlotAttributes(I));
768 AttrSet.push_back(AttributeSet::get(C, Index, B));
772 AttrSet.push_back(getSlotAttributes(I));
774 return get(C, AttrSet);
[all...]
/external/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 86 milliseconds