Searched refs:detailCallback (Results 1 – 3 of 3) sorted by relevance
36 void Report(StringRef s, std::function<void(raw_ostream &o)> detailCallback) { in Report() argument39 detailCallback(*Out); in Report()
55 std::function<void()> detailCallback);57 std::function<void()> detailCallback);
2250 StringRef s, std::function<void(void)> detailCallback) { in Report() argument2251 this->Report(s, "", detailCallback); in Report()2256 std::function<void(void)> detailCallback) { in Report() argument2266 detailCallback(); in Report()