Searched defs:isEnumAttribute (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | AttributeImpl.h | 62 bool isEnumAttribute() const { return KindID == EnumAttrEntry; } in isEnumAttribute() function |
H A D | Attributes.cpp | 338 bool Attribute::isEnumAttribute() const { isEnumAttribute() function in Attribute |