Lines Matching refs:kConst
443 if (MarkType::kConst == test->fMarkType) { in enumHeaderOut()
774 if (!this->checkChildCommentLength(fEnumDef, MarkType::kConst)) { in enumSizeItems()
792 if (MarkType::kConst != testItem->fMarkType) { in matchMemberName()
1082 if (MarkType::kConst != child->fMarkType) { in constSizeMembers()
1164 case KeyWord::kConst: in structSizeMembers()
1321 if (KeyWord::kConst == child.fKeyWord) { in populate()
1719 case KeyWord::kConst: in populate()
1726 if (MarkType::kConst == child.fMarkType) { in populate()
1889 if (MarkType::kConst == enumChild->fMarkType && enumChild->fName == match) { in populate()
1911 if (MarkType::kConst == bmhConst.fMarkType in populate()
1934 [](const Definition* def){ return MarkType::kConst == def->fMarkType;}); in populate()