Lines Matching refs:Parents
615 // Once there are multiple parents, the breadth first search order does not
645 const auto &Parents = ActiveASTContext->getParents(Node);
646 assert(!Parents.empty() && "Found node that is not in the parent map.");
647 if (Parents.size() == 1) {
649 const ast_type_traits::DynTypedNode Parent = Parents[0];
662 // Multiple parents - BFS over the rest of the nodes.
664 std::deque<ast_type_traits::DynTypedNode> Queue(Parents.begin(),
665 Parents.end());