Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangASTSource.h441 } m_found; member
470 memset(&m_found, 0, sizeof(m_found)); in NameSearchContext()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp863 if (!context.m_found.variable) in FindExternalVisibleDecls()
1233 context.m_found.variable = true; in FindExternalVisibleDecls()
1250 context.m_found.variable = true; in FindExternalVisibleDecls()
1255 if (!context.m_found.variable) in FindExternalVisibleDecls()
1313 context.m_found.function_with_type_info = true; in FindExternalVisibleDecls()
1314 context.m_found.function = true; in FindExternalVisibleDecls()
1325 if (!context.m_found.function_with_type_info) in FindExternalVisibleDecls()
1330 context.m_found.function = true; in FindExternalVisibleDecls()
1335 context.m_found.function = true; in FindExternalVisibleDecls()
1340 if (target && !context.m_found.variable && !namespace_decl) in FindExternalVisibleDecls()
[all …]