Searched refs:BuildCommentsString (Results 1 – 7 of 7) sorted by relevance
65 enum_comments = BuildCommentsString(location); in GenerateHeader()93 string comments = BuildCommentsString(location).c_str(); in GenerateHeader()
66 vars["comments"] = BuildCommentsString(location); in GenerateMembersHeader()
56 comments = BuildCommentsString(location); in OneofGenerator()
170 string BuildCommentsString(const SourceLocation& location);
67 (*variables)["comments"] = BuildCommentsString(location); in SetCommonFieldVariables()
318 message_comments = BuildCommentsString(location); in GenerateMessageHeader()
813 string BuildCommentsString(const SourceLocation& location) { in BuildCommentsString() function