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,
70 using LVScopeGetFunction = bool (LVScope::*)() const; variable
320 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
419 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const {
700 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in sort()