Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h261EVUnknownType = 1 << 7, ///< This is a symbol of unknown type, and the type must be re… enumerator
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1665 if (entity->m_flags & ClangExpressionVariable::EVUnknownType) in ResolveUnknownTypes()
1704 entity->m_flags &= ~(ClangExpressionVariable::EVUnknownType); in ResolveUnknownTypes()