Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp73 bool include_static_members) { in FindVariable() argument
78 if (include_static_members || !(*pos)->IsStaticMember()) { in FindVariable()
89 bool include_static_members) { in FindVariable() argument
94 if (include_static_members || !(*pos)->IsStaticMember()) { in FindVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h42 bool include_static_members = true);
46 bool include_static_members = true);