Home | History | Annotate | Download | only in IR

Lines Matching refs:isStringAttribute

101 bool Attribute::isStringAttribute() const {
102 return pImpl && pImpl->isStringAttribute();
118 assert(isStringAttribute() &&
124 assert(isStringAttribute() &&
134 if (!isStringAttribute()) return false;
251 if (isStringAttribute()) {
302 bool AttributeImpl::isStringAttribute() const {
307 if (isStringAttribute()) return false;
312 if (!isStringAttribute()) return false;
340 if (AI.isStringAttribute()) return true;
346 if (AI.isStringAttribute()) return true;
508 if (Attr.isStringAttribute()) continue;
952 if (Attr.isStringAttribute()) {
1005 assert(Attr.isStringAttribute() && "Invalid attribute type!");
1088 assert(Attr.isStringAttribute() && "Invalid attribute kind!");