Home
last modified time | relevance | path

Searched refs:commentIter (Results 1 – 1 of 1) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeParser.cpp1765 auto commentIter = wordIter; in findComments() local
1766 while (parent->fTokens.begin() != commentIter) { in findComments()
1767 auto testIter = std::prev(commentIter); in findComments()
1774 commentIter = testIter; in findComments()
1776 while (commentIter != wordIter) { in findComments()
1777 if (!this->parseComment(commentIter->fFileName, commentIter->fContentStart, in findComments()
1778 commentIter->fContentEnd, commentIter->fLineCount, markupDef, in findComments()
1782 commentIter->fUndocumented = markupDef->fUndocumented; in findComments()
1783 commentIter = std::next(commentIter); in findComments()