Searched defs:hasAttribute (Results 1 – 9 of 9) sorted by relevance
198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function203 bool hasAttribute(StringRef Kind) const { in hasAttribute() function
444 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function
54 bool hasAttribute(unsigned Value) const { in hasAttribute() function
199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
319 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute323 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute642 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl647 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl798 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet802 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet1006 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode1567 bool AttributeList::hasAttribute(unsigned Index, in hasAttribute() function in AttributeList1572 bool AttributeList::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeList
310 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
948 bool hasAttribute(ParsedAttr::Kind K) const { in hasAttribute() function
2655 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function