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.cpp48 std::function<void(LVScope * Parent)> TraverseScope = [&](LVScope *Parent) { in checkIntegrityScopesTree() local
57 TraverseScope(Scope); in checkIntegrityScopesTree()
66 TraverseScope(Root); in checkIntegrityScopesTree()
H A DLVScope.cpp2022 std::function<void(LVScope * Parent)> TraverseScope = [&](LVScope *Parent) { in transformScopedName() local
2031 TraverseScope(Scope); in transformScopedName()
2039 TraverseScope(this); in transformScopedName()