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