Lines Matching defs:EvaluationPoint
3376 ValueObject::EvaluationPoint::EvaluationPoint() : m_mod_id(), m_exe_ctx_ref() {}
3378 ValueObject::EvaluationPoint::EvaluationPoint(ExecutionContextScope *exe_scope,
3415 ValueObject::EvaluationPoint::EvaluationPoint(
3416 const ValueObject::EvaluationPoint &rhs)
3419 ValueObject::EvaluationPoint::~EvaluationPoint() = default;
3421 // This function checks the EvaluationPoint against the current process state.
3429 bool ValueObject::EvaluationPoint::SyncWithProcessState(
3496 void ValueObject::EvaluationPoint::SetUpdated() {