Searched refs:EVUnknownType (Results 1 – 2 of 2) sorted by relevance
261 …EVUnknownType = 1 << 7, ///< This is a symbol of unknown type, and the type must be re… enumerator
1665 if (entity->m_flags & ClangExpressionVariable::EVUnknownType) in ResolveUnknownTypes()1704 entity->m_flags &= ~(ClangExpressionVariable::EVUnknownType); in ResolveUnknownTypes()