Searched refs:LVScopeGetFunction (Results 1 – 5 of 5) sorted by relevance
65 using LVScopeDispatch = std::map<LVScopeKind, LVScopeGetFunction>;66 using LVScopeRequest = std::vector<LVScopeGetFunction>;120 void traverseParents(LVScopeGetFunction GetFunction,
71 using LVScopeGetFunction = bool (LVScope::*)() const; variable
334 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
418 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents()
707 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents()