Searched defs:hasAttribute (Results 1 – 8 of 8) sorted by relevance
197 bool hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function 202 bool hasAttribute(StringRef Kind) const { hasAttribute() function
61 bool hasAttribute(unsigned Value) const { in hasAttribute() function
283 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function326 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
417 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute421 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute757 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl762 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl909 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet913 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet1082 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
346 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() function in clang
918 bool hasAttribute(ParsedAttr::Kind K) const { in hasAttribute() function
2901 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function