reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  136     for (size_t entity_index = 0, num_entities = m_found_entities.GetSize();
  139           m_found_entities.GetVariableAtIndex(entity_index));
  269     m_found_entities.AddNewlyConstructedVariable(var);
  369       m_found_entities, decl, GetParserID()));
  511       m_found_entities, decl, GetParserID()));
 1652   m_found_entities.AddNewlyConstructedVariable(entity);
 1744   m_found_entities.AddNewlyConstructedVariable(entity);
 1780   for (size_t index = 0, num_entities = m_found_entities.GetSize();
 1782     ExpressionVariableSP entity = m_found_entities.GetVariableAtIndex(index);
 1869   m_found_entities.AddNewlyConstructedVariable(entity);
 2038   m_found_entities.AddNewlyConstructedVariable(entity);