Lines Matching refs:kComment
412 if (MarkType::kComment == iDef.fMarkType) { in writeCodeBlock()
887 case MarkType::kComment: in checkTokens()
1181 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) { in dumpClassTokens()
1229 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) { in dumpComment()
1302 if (MarkType::kComment == child.fMarkType) { in dumpDefine()
1325 if (MarkType::kComment == child.fMarkType) { in dumpEnum()
1533 [=](const Definition& def) { return MarkType::kComment == def.fMarkType in dumpMethod()
1622 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
1650 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens()
2144 markupDef->fTokens.emplace_back(MarkType::kComment, parser.fChar, lineEnd, in parseComment()
2522 markupDef->fTokens.emplace_back(MarkType::kComment, start, end, child->fLineCount, in parseMember()