Searched refs:FormattedSource (Results 1 – 1 of 1) sorted by relevance
327 std::string FormattedSource; in print() local328 raw_string_ostream Stream(FormattedSource); in print()330 if (!FormattedSource.empty()) in print()331 Object["Source"] = std::move(FormattedSource); in print()