Home
last modified time | relevance | path

Searched refs:TraverseScope (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp47 std::function<void(LVScope * Parent)> TraverseScope = [&](LVScope *Parent) { in checkIntegrityScopesTree() local
56 TraverseScope(Scope); in checkIntegrityScopesTree()
65 TraverseScope(Root); in checkIntegrityScopesTree()
H A DLVScope.cpp2052 std::function<void(LVScope * Parent)> TraverseScope = [&](LVScope *Parent) { in transformScopedName() local
2061 TraverseScope(Scope); in transformScopedName()
2069 TraverseScope(this); in transformScopedName()