Searched refs:isStringAttribute (Results 1 – 9 of 9) sorted by relevance
115 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute116 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()135 assert(isStringAttribute() && in getKindAsString()142 assert(isStringAttribute() && in getValueAsString()152 if (!isStringAttribute()) return false; in hasAttribute()319 if (isStringAttribute()) { in getAsString()351 if (isStringAttribute()) return false; in hasAttribute()356 if (!isStringAttribute()) return false; in hasAttribute()371 assert(isStringAttribute()); in getKindAsString()376 assert(isStringAttribute()); in getValueAsString()[all …]
54 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
2537 if (!Attr.isStringAttribute()) { in printFunction()
1224 if (I->isStringAttribute()) in VerifyAttributeTypes()
115 if (A.isStringAttribute()) { in getShaderType()
863 bool HasID = AttrID.isStringAttribute() && in ReplaceWithStatepoint()872 AttrNumPatchBytes.isStringAttribute() && in ReplaceWithStatepoint()
1425 if (AttrID.isStringAttribute()) in makeStatepointExplicitImpl()1430 if (AttrNumPatchBytes.isStringAttribute()) in makeStatepointExplicitImpl()
109 bool isStringAttribute() const;
94 if (Attr.isStringAttribute() && in runOnFunction()