Searched refs:EVIsProgramReference (Results 1 – 4 of 4) sorted by relevance
166 clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
172 …if ((m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference && m_persis… in Materialize()214 (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference)) in Dematerialize()216 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference && in Dematerialize()251 … m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVIsProgramReference; in Dematerialize()
273 var_sp->m_flags |= ClangExpressionVariable::EVIsProgramReference; in AddPersistentVariable()
255 …EVIsProgramReference = 1 << 1, ///< This variable is a reference to a (possibly invalid) area… enumerator