Searched refs:HasAttribute (Results 1 – 4 of 4) sorted by relevance
567 EXPECT_TRUE(py_int.HasAttribute("numerator")); in TEST_F()568 EXPECT_FALSE(py_int.HasAttribute("this_should_not_exist")); in TEST_F()
282 bool HasAttribute(llvm::StringRef attribute) const;
243 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
693 bool HasAttribute = in readOneSection() local695 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()