Searched defs:isTypeAttribute (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | AttributeImpl.h | 61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } isTypeAttribute() function |
H A D | Attributes.cpp | 286 bool Attribute::isTypeAttribute() const { isTypeAttribute() function in Attribute |