Searched refs:QuotedEscape (Results 1 – 4 of 4) sorted by relevance
62 std::string QuotedEscape(const std::string& str);
136 std::string QuotedEscape(const std::string& str) { in QuotedEscape() function
328 return "__attribute__((deprecated(" + QuotedEscape(deprecated->note) + ")))"; in GetDeprecatedAttribute()
323 out << "#[deprecated = " << QuotedEscape(deprecated->note) << "]\n"; in GenerateDeprecated()