Searched refs:HasAttribute (Results 1 – 5 of 5) sorted by relevance
220 if (!result.HasAttribute("__class__")) in CreatePluginObject()226 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()234 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()
297 bool HasAttribute(llvm::StringRef attribute) const;
244 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
2185 bool HasAttribute = false; in tryToParsePropertyAccessor() local2194 HasAttribute = true; in tryToParsePropertyAccessor()2203 if (!HasSpecialAccessor || HasAttribute) { in tryToParsePropertyAccessor()
3409 inline static bool HasAttribute(const QualType &T) { in HasAttribute() function3420 if (HasAttribute<WarnUnusedAttr>(FieldType)) in IsUnusedPrivateField()3425 !HasAttribute<UnusedAttr>(FieldType) && in IsUnusedPrivateField()