Searched defs:hasAttr (Results 1 – 7 of 7) sorted by relevance
49 bool hasAttr(RelocAttrBits b) const { return (bits & b) == b; } in hasAttr() function
97 bool hasAttr(uint8_t type, RelocAttrBits bit) const { in hasAttr() function
108 static bool hasAttr(const Decl *D, bool IgnoreImplicitAttr) { hasAttr() function [all...]
582 template<typename T> bool hasAttr() const { hasAttr() function
1156 bool Attributor::hasAttr(const IRPosition &IRP, in hasAttr() function in Attributor
1836 bool Type::hasAttr(attr::Kind AK) const { hasAttr() function in Type [all...]
8139 AST_MATCHER_P(Decl,hasAttr,attr::Kind,AttrKind) AST_MATCHER_P() argument