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.cpp49 auto Traverse = [&](const auto *Set) { in checkIntegrityScopesTree() local
H A DLVScope.cpp688 Traverse(Parent->Children, SortFunction); in sort() local
736 auto Traverse = [&](const auto *Set) { traverseParentsAndChildren() local
2031 auto Traverse = [&](const auto *Set) { transformScopedName() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13258 bool Traverse(const BinaryOperator *E) { in Traverse() function in __anonfb577fba2b11::DataRecursiveIntBinOpEvaluator