Lines Matching refs:isStringAttribute
268 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
269 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
292 assert(isStringAttribute() && in getValueAsBool()
299 assert(isStringAttribute() && in getKindAsString()
306 assert(isStringAttribute() && in getValueAsString()
324 if (!isStringAttribute()) return false; in hasAttribute()
597 if (isStringAttribute()) { in getAsString()
643 if (isStringAttribute()) return false; in hasAttribute()
648 if (!isStringAttribute()) return false; in hasAttribute()
668 assert(isStringAttribute()); in getKindAsString()
673 assert(isStringAttribute()); in getValueAsString()
690 if (AI.isStringAttribute()) return true; in operator <()
702 if (AI.isStringAttribute()) return true; in operator <()
713 if (AI.isStringAttribute()) return true; in operator <()
716 assert(isStringAttribute()); in operator <()
898 if (I.isStringAttribute()) in AttributeSetNode()
1134 if (!I.isStringAttribute()) in AttributeListImpl()
1139 if (!I.isStringAttribute()) in AttributeListImpl()
1754 if (Attr.isStringAttribute()) { in addAttribute()
2061 assert(Attr.isStringAttribute() && "Invalid attribute kind!"); in hasAttributes()