Searched refs:prev_trailing_comments (Results 1 – 3 of 3) sorted by relevance
666 CommentCollector(string* prev_trailing_comments, in CommentCollector() argument669 : prev_trailing_comments_(prev_trailing_comments), in CommentCollector()675 if (prev_trailing_comments != NULL) prev_trailing_comments->clear(); in CommentCollector()758 bool Tokenizer::NextWithComments(string* prev_trailing_comments, in NextWithComments() argument761 CommentCollector collector(prev_trailing_comments, detached_comments, in NextWithComments()
517 const char* prev_trailing_comments; member694 string prev_trailing_comments; in TEST_2D() local697 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments, in TEST_2D()703 EXPECT_EQ(kDocCommentCases_case.prev_trailing_comments, in TEST_2D()704 prev_trailing_comments); in TEST_2D()
185 bool NextWithComments(string* prev_trailing_comments,