Home | History | Annotate | Download | only in xml

Lines Matching full:evaluationcontext

62     EvaluationContext& evaluationContext = Expression::evaluationContext();
65 evaluationContext.size = nodes.size();
66 evaluationContext.position = 0;
71 evaluationContext.node = node;
72 ++evaluationContext.position;
96 EvaluationContext& evaluationContext = Expression::evaluationContext();
97 EvaluationContext backupContext = evaluationContext;
100 Node* context = evaluationContext.node.get();
108 evaluationContext = backupContext;