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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp70 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(),
130 for (size_t entity_index = 0, num_entities = m_found_entities.GetSize();
133 m_found_entities.GetVariableAtIndex(entity_index));
226 m_found_entities.AddNewlyConstructedVariable(var);
331 m_found_entities, decl, GetParserID()));
473 m_found_entities, decl, GetParserID()));
1608 m_found_entities.AddNewlyConstructedVariable(entity);
1692 m_found_entities.AddNewlyConstructedVariable(entity);
1739 m_found_entities.AddNewlyConstructedVariable(entity);
1901 m_found_entities
[all...]
H A DClangExpressionDeclMap.h296 m_found_entities; ///< All entities that were looked up for the parser. member in class:lldb_private::ClangExpressionDeclMap

Completed in 66 milliseconds