Home
last modified time | relevance | path

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

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