Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h42 bool m_found_variable = false; member
H A DClangExpressionDeclMap.cpp1055 context.m_found_variable = true; in LookupInModulesDeclVendor()
1097 context.m_found_variable = true; in LookupLocalVariable()
1119 context.m_found_variable = true; in LookupLocalVariable()
1434 context.m_found_variable = true; in FindExternalVisibleDecls()
1445 if (target && !context.m_found_variable && !namespace_decl) { in FindExternalVisibleDecls()
1468 context.m_found_variable = true; in FindExternalVisibleDecls()