Home
last modified time | relevance | path

Searched refs:HasAttribute (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp567 EXPECT_TRUE(py_int.HasAttribute("numerator")); in TEST_F()
568 EXPECT_FALSE(py_int.HasAttribute("this_should_not_exist")); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h282 bool HasAttribute(llvm::StringRef attribute) const;
H A DPythonDataObjects.cpp243 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp693 bool HasAttribute = in readOneSection() local
695 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()