Home
last modified time | relevance | path

Searched defs:isTypeAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h65 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
H A DAttributes.cpp350 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute