Searched refs:token_end (Results 1 – 6 of 6) sorted by relevance
27 E = Rewriter.token_end(); I != E; ++I) { in DoRewriteTest()37 E = Rewriter.token_end(); I != E; ++I) in DoRewriteTest()
56 token_iterator token_end() const { return TokenList.end(); } in token_end() function61 assert(I != token_end() && "Cannot insert after token_end()!"); in AddTokenAfter()
139 InputPosition token_end = token_start; in MatchToken() local141 if (matchPattern(&token_end) && token_end > *pos) { in MatchToken()142 *pos = token_end; in MatchToken()
56 if (I == token_end()) return TokenList.end(); in RemapIterator()
146 const_iterator token_end() const { return token_end_; } in token_end() function
230 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local236 CountIgnoredSpanBoundaryCodepoints(token_end_unicode.begin(), token_end, in LabelToSpan()