Home
last modified time | relevance | path

Searched refs:m_is_global (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DProperty.h53 bool IsGlobal() const { return m_is_global; } in IsGlobal()
70 bool m_is_global; variable
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp24 m_is_global(definition.global) { in Property()
234 m_is_global(is_global) {} in Property()