Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp137 for (size_t entity_index = 0, num_entities = m_found_entities.GetSize(); in DidParse() local
138 entity_index < num_entities; ++entity_index) { in DidParse()
140 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()