Home
last modified time | relevance | path

Searched defs:Traverse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp48 auto Traverse = [&](const auto *Set) { in checkIntegrityScopesTree() local
H A DLVScope.cpp687 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in sort() local
735 auto Traverse = [&](const auto *Set) { in traverseParentsAndChildren() local
2053 auto Traverse = [&](const auto *Set) { in transformScopedName() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14080 bool Traverse(const BinaryOperator *E) { in Traverse() function in __anonfb577fba2d11::DataRecursiveIntBinOpEvaluator