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()
43 void Report(StringRef s, std::function<void()> detailCallback);
2019 StringRef s, std::function<void(void)> detailCallback) { in Report() argument2022 detailCallback(); in Report()