Searched refs:prev_trailing_comments (Results 1 – 3 of 3) sorted by relevance
667 CommentCollector(string* prev_trailing_comments, in CommentCollector() argument670 : prev_trailing_comments_(prev_trailing_comments), in CommentCollector()676 if (prev_trailing_comments != NULL) prev_trailing_comments->clear(); in CommentCollector()759 bool Tokenizer::NextWithComments(string* prev_trailing_comments, in NextWithComments() argument762 CommentCollector collector(prev_trailing_comments, detached_comments, in NextWithComments()
518 const char* prev_trailing_comments; member695 string prev_trailing_comments; in TEST_2D() local698 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments, in TEST_2D()704 EXPECT_EQ(kDocCommentCases_case.prev_trailing_comments, in TEST_2D()705 prev_trailing_comments); in TEST_2D()
193 bool NextWithComments(string* prev_trailing_comments,