Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h70 using LVScopeGetFunction = bool (LVScope::*)() const; variable
H A DLVElement.h320 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp419 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const {
H A DLVScope.cpp700 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in sort()