Searched defs:Traverse (Results 1 – 4 of 4) sorted by relevance
49 auto Traverse = [&](const auto *Set) { in checkIntegrityScopesTree() local
680 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in sort() local728 auto Traverse = [&](const auto *Set) { in traverseParentsAndChildren() local2023 auto Traverse = [&](const auto *Set) { in transformScopedName() local
283 std::function<void(NodeId)> Traverse = [&](NodeId Id) { in getSubtreePostorder() local
12891 bool Traverse(const BinaryOperator *E) { Traverse() function in __anon147cbbcc2a11::DataRecursiveIntBinOpEvaluator