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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h441 } m_found; member in struct:lldb_private::NameSearchContext
470 memset(&m_found, 0, sizeof(m_found));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp863 if (!context.m_found.variable)
1233 context.m_found.variable = true;
1250 context.m_found.variable = true;
1255 if (!context.m_found.variable)
1313 context.m_found.function_with_type_info = true;
1314 context.m_found.function = true;
1325 if (!context.m_found.function_with_type_info)
1330 context.m_found.function = true;
1335 context.m_found.function = true;
1340 if (target && !context.m_found
[all...]

Completed in 68 milliseconds