Home
last modified time | relevance | path

Searched defs:getAccessibilityCode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp138 std::optional<uint32_t> LVElement::getAccessibilityCode(MemberAccess Access) { getAccessibilityCode() function in LVElement
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h264 uint32_t getAccessibilityCode() const { return AccessibilityCode; } in getAccessibilityCode() function