Searched refs:HasAttribute (Results 1 – 4 of 4) sorted by relevance
154 if (!result.HasAttribute("__class__")) in CreatePluginObject()160 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()168 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()
295 bool HasAttribute(llvm::StringRef attribute) const;
246 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
747 bool HasAttribute = in readOneSection() local749 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()