Lines Matching refs:Nodes
73 BoundNodesTreeBuilder Nodes; member
393 *Builder = I->second.Nodes; in memoizedMatchesRecursively()
398 Result.Nodes = *Builder; in memoizedMatchesRecursively()
399 Result.ResultOfMatch = matchesRecursively(Node, Matcher, &Result.Nodes, in memoizedMatchesRecursively()
405 *Builder = CachedResult.Nodes; in memoizedMatchesRecursively()
628 *Builder = I->second.Nodes; in memoizedMatchesAncestorOfRecursively()
634 Result.Nodes = *Builder; in memoizedMatchesAncestorOfRecursively()
641 if (Matcher.matches(Parent, this, &Result.Nodes)) { in memoizedMatchesAncestorOfRecursively()
646 Result.Nodes = *Builder; in memoizedMatchesAncestorOfRecursively()
648 Parent, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
658 Result.Nodes = *Builder; in memoizedMatchesAncestorOfRecursively()
659 if (Matcher.matches(Queue.front(), this, &Result.Nodes)) { in memoizedMatchesAncestorOfRecursively()
680 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()
895 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() argument
897 : Nodes(Nodes), Context(Context), in MatchResult()