Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h42 bool m_found_variable = false; member
H A DClangExpressionDeclMap.cpp1053 context.m_found_variable = true; in LookupInModulesDeclVendor()
1095 context.m_found_variable = true; in LookupLocalVariable()
1117 context.m_found_variable = true; in LookupLocalVariable()
1429 context.m_found_variable = true; in FindExternalVisibleDecls()
1440 if (target && !context.m_found_variable && !namespace_decl) { in FindExternalVisibleDecls()
1463 context.m_found_variable = true; in FindExternalVisibleDecls()