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

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp57 m_found_entities (),
125 for (size_t entity_index = 0, num_entities = m_found_entities.GetSize();
129 ClangExpressionVariableSP var_sp(m_found_entities.GetVariableAtIndex(entity_index));
207 ClangExpressionVariableSP var_sp = m_found_entities.CreateVariable(exe_ctx.GetBestExecutionContextScope(),
321 ClangExpressionVariableSP var_sp (m_found_entities.GetVariable(decl, GetParserID()));
476 ClangExpressionVariableSP entity_sp(m_found_entities.GetVariable(decl, GetParserID()));
1540 ClangExpressionVariableSP entity(m_found_entities.CreateVariable (valobj));
1618 ClangExpressionVariableSP entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBestExecutionContextScope (),
1657 for (size_t index = 0, num_entities = m_found_entities.GetSize();
1661 ClangExpressionVariableSP entity = m_found_entities
[all...]
/external/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h384 ClangExpressionVariableList m_found_entities; ///< All entities that were looked up for the parser. member in class:lldb_private::ClangExpressionDeclMap

Completed in 403 milliseconds