Searched refs:LVScopeGetFunction (Results 1 – 5 of 5) sorted by relevance
63 using LVScopeDispatch = std::map<LVScopeKind, LVScopeGetFunction>;64 using LVScopeRequest = std::vector<LVScopeGetFunction>;115 void traverseParents(LVScopeGetFunction GetFunction,
71 using LVScopeGetFunction = bool (LVScope::*)() const; variable
303 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
383 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents()
713 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents()