git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244204
91177308-0d34-0410-b5e6-
96231b3b80d8
}
};
+typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
+
//===----------------------------------------------------------------------===//
/// \class
/// \brief This class represents a set of attributes that apply to the function,
/// return type, and parameters.
-typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
-
class AttributeSetImpl final
: public FoldingSetNode,
private TrailingObjects<AttributeSetImpl, IndexAttrPair> {