Searched refs:FormattedSource (Results 1 – 1 of 1) sorted by relevance
318 std::string FormattedSource; in print() local319 raw_string_ostream Stream(FormattedSource); in print()321 if (!FormattedSource.empty()) in print()322 Object["Source"] = std::move(FormattedSource); in print()