• Home
  • Raw
  • Download

Lines Matching refs:fLineCount

97     fParent->fTokens.emplace_back(keyWord, fIncludeWord, fChar, fLineCount, fParent, '\0');  in addKeyword()
109 TextParser t(tp.fFileName, tp.fLine, tp.fChar, tp.fLineCount); in looks_like_method()
126 TextParser t(tp.fFileName, tp.fChar, tp.lineEnd(), tp.fLineCount); in looks_like_forward_declaration()
150 TextParser t(tp.fFileName, tp.fLine, tp.lineEnd(), tp.fLineCount); in looks_like_constructor()
171 TextParser t(tp.fFileName, tp.fLine, tp.fChar, tp.fLineCount); in looks_like_class_decl()
188 TextParser t(tp.fFileName, tp.fChar, tp.lineEnd(), tp.fLineCount); in looks_like_const()
206 TextParser t(tp.fFileName, tp.fChar, tp.lineEnd(), tp.fLineCount); in looks_like_member()
314 TextParser paren(i.fFileName, i.fStart, i.fEnd, i.fLineCount); in advanceInclude()
737 TextParser parser(def->fFileName, &def->fName.front(), &def->fName.back() + 1, def->fLineCount); in checkName()
1163 markupDef.fLineCount = fLineCount; in defineClass()
1216 fLineCount = token.fLineCount; in dumpComment()
1395 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1398 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1402 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1406 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1409 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1412 sortedDefs[entry.second->fLineCount] = entry.second; in dumpGlobals()
1535 def.fLineCount); } )) { in dumpMethod()
1713 return def1->fLineCount < def2->fLineCount; in filteredBlock()
1734 commentLine = wordIter->fLineCount; in findCommentAfter()
1738 && wordIter->fLineCount == commentLine) { in findCommentAfter()
1740 wordIter->fContentEnd, wordIter->fLineCount, markupDef, &markupDef->fUndocumented); in findCommentAfter()
1778 commentIter->fContentEnd, commentIter->fLineCount, markupDef, in findComments()
1812 markupDef.fLineCount = includeDef.fLineCount; in findIncludeObject()
2145 parser.fLineCount, parent, '\0'); in parseComment()
2158 child->fLineCount, fParent, '\0'); in parseConst()
2176 child->fLineCount, markupDef, '\0'); in parseConst()
2249 child->fLineCount, fParent, '\0'); in parseDefine()
2262 child->fLineCount, globalMarkupChild, '\0'); in parseDefine()
2271 child->fLineCount, markupDef, '\0'); in parseDefine()
2305 child->fLineCount, fParent, '\0'); in parseEnum()
2315 child->fLineCount, markupDef, '\0'); in parseEnum()
2345 outsideMember->fContentEnd, outsideMember->fLineCount, markupChild, '\0'); in parseEnum()
2380 memberIter->fContentEnd, memberIter->fLineCount, markupChild, &undocumented)) { in parseOneEnumConst()
2427 memberIter->fContentEnd, memberIter->fLineCount, markupChild, &undocumented)) { in parseOneEnumConst()
2433 memberEnd->fContentEnd, memberStart->fLineCount, markupChild, '\0'); in parseOneEnumConst()
2489 child->fLineCount, markupDef, '\0'); in parseMember()
2522 markupDef->fTokens.emplace_back(MarkType::kComment, start, end, child->fLineCount, in parseMember()
2654 fGlobals.emplace_back(MarkType::kMethod, start, end, tokenIter->fLineCount, in parseMethod()
2669 markupDef->fTokens.emplace_back(MarkType::kMethod, start, end, tokenIter->fLineCount, in parseMethod()
2875 child->fLineCount, fParent, '\0'); in parseTypedef()
2891 child->fLineCount, markupDef, '\0'); in parseTypedef()
3293 if (tokenIter->fLineCount == fLineCount) { in parseChar()
3405 TextParser tp(fFileName, nameStart, tokenWalker->fStart, fLineCount); in parseChar()