Home
last modified time | relevance | path

Searched refs:LVScopeGetFunction (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h63 using LVScopeDispatch = std::map<LVScopeKind, LVScopeGetFunction>;
64 using LVScopeRequest = std::vector<LVScopeGetFunction>;
115 void traverseParents(LVScopeGetFunction GetFunction,
H A DLVObject.h71 using LVScopeGetFunction = bool (LVScope::*)() const; variable
H A DLVElement.h303 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp383 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents()
H A DLVScope.cpp713 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents()