Searched refs:ForEachBodyFunction (Results 1 – 2 of 2) sorted by relevance
3007 typedef std::function<void(Node* arg)> ForEachBodyFunction; typedef3010 void ForEach(const ForEachBodyFunction& body, Node* first = nullptr,3020 const ForEachBodyFunction& body, Node* first = nullptr,
12159 const CodeStubArguments::ForEachBodyFunction& body, Node* first, Node* last, in ForEach()