Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp125 for (size_t entity_index = 0, num_entities = m_found_entities.GetSize(); in DidParse() local
126 entity_index < num_entities; in DidParse()
127 ++entity_index) in DidParse()
129 ClangExpressionVariableSP var_sp(m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()