Lines Matching refs:kComment
413 if (MarkType::kComment == iDef.fMarkType) { in writeCodeBlock()
888 case MarkType::kComment: in checkTokens()
1182 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) { in dumpClassTokens()
1230 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) { in dumpComment()
1303 if (MarkType::kComment == child.fMarkType) { in dumpDefine()
1326 if (MarkType::kComment == child.fMarkType) { in dumpEnum()
1534 [=](const Definition& def) { return MarkType::kComment == def.fMarkType in dumpMethod()
1623 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
1651 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
2145 markupDef->fTokens.emplace_back(MarkType::kComment, parser.fChar, lineEnd, in parseComment()
2523 markupDef->fTokens.emplace_back(MarkType::kComment, start, end, child->fLineCount, in parseMember()