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