Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp78 bool include_static_members) { in FindVariable() argument
83 if (include_static_members || !(*pos)->IsStaticMember()) { in FindVariable()
94 bool include_static_members) { in FindVariable() argument
99 if (include_static_members || !(*pos)->IsStaticMember()) { in FindVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h43 bool include_static_members = true);
47 bool include_static_members = true);