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