Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
H A DAttributes.cpp272 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute