Home | History | Annotate | Download | only in IR

Lines Matching refs:isStringAttribute

115 bool Attribute::isStringAttribute() const {
116 return pImpl && pImpl->isStringAttribute();
135 assert(isStringAttribute() &&
142 assert(isStringAttribute() &&
152 if (!isStringAttribute()) return false;
319 if (isStringAttribute()) {
351 if (isStringAttribute()) return false;
356 if (!isStringAttribute()) return false;
371 assert(isStringAttribute());
376 assert(isStringAttribute());
386 if (AI.isStringAttribute()) return true;
392 if (AI.isStringAttribute()) return true;
585 if (Attr.isStringAttribute()) continue;
1166 if (Attr.isStringAttribute()) {
1221 assert(Attr.isStringAttribute() && "Invalid attribute type!");
1357 assert(Attr.isStringAttribute() && "Invalid attribute kind!");