Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h42 bool m_found_variable = false; member
H A DClangExpressionDeclMap.cpp1060 context.m_found_variable = true; in LookupInModulesDeclVendor()
1102 context.m_found_variable = true; in LookupLocalVariable()
1124 context.m_found_variable = true; in LookupLocalVariable()
1446 context.m_found_variable = true; in FindExternalVisibleDecls()
1457 if (target && !context.m_found_variable && !namespace_decl) { in FindExternalVisibleDecls()
1480 context.m_found_variable = true; in FindExternalVisibleDecls()