Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h42 bool m_found_variable = false; member
H A DClangExpressionDeclMap.cpp1059 context.m_found_variable = true; in LookupInModulesDeclVendor()
1101 context.m_found_variable = true; in LookupLocalVariable()
1123 context.m_found_variable = true; in LookupLocalVariable()
1445 context.m_found_variable = true; in FindExternalVisibleDecls()
1456 if (target && !context.m_found_variable && !namespace_decl) { in FindExternalVisibleDecls()
1479 context.m_found_variable = true; in FindExternalVisibleDecls()