Searched refs:wordIter (Results 1 – 1 of 1) sorted by relevance
1725 auto wordIter = parent->fTokens.begin(); in findCommentAfter() local1726 std::advance(wordIter, index); in findCommentAfter()1727 SkASSERT(&*wordIter == &includeDef); in findCommentAfter()1730 wordIter = std::next(wordIter); in findCommentAfter()1731 if (parent->fTokens.end() == wordIter) { in findCommentAfter()1734 commentLine = wordIter->fLineCount; in findCommentAfter()1735 } while (Punctuation::kSemicolon != wordIter->fPunctuation); in findCommentAfter()1736 wordIter = std::next(wordIter); in findCommentAfter()1737 if (parent->fTokens.end() != wordIter && Bracket::kSlashSlash == wordIter->fBracket in findCommentAfter()1738 && wordIter->fLineCount == commentLine) { in findCommentAfter()[all …]