Home
last modified time | relevance | path

Searched refs:AttributeProperty (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp521 enum AttributeProperty { enum
531 AttributeProperty Prop) { in hasAttributeProperty()
539 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
543 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
547 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()