• Home
  • Raw
  • Download

Lines Matching refs:fFileName

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()
1155 markupDef.fFileName = fFileName; in defineClass()
1361 size_t lastBSlash = fFileName.rfind('\\'); in dumpGlobals()
1362 size_t lastSlash = fFileName.rfind('/'); in dumpGlobals()
1363 size_t lastDotH = fFileName.rfind(".h"); in dumpGlobals()
1372 string globalsName = fFileName.substr(lastSlash, lastDotH - lastSlash); in dumpGlobals()
1496 if (string::npos != token.fFileName.find("SkTextBlob.h")) { in isMember()
1534 && this->isUndocumentable(def.fFileName, def.fContentStart, def.fContentEnd, in dumpMethod()
1739 return this->parseComment(wordIter->fFileName, wordIter->fContentStart, in findCommentAfter()
1777 if (!this->parseComment(commentIter->fFileName, commentIter->fContentStart, in findComments()
1804 markupDef.fFileName = fFileName; in findIncludeObject()
2379 if (!this->parseComment(memberIter->fFileName, memberIter->fContentStart, in parseOneEnumConst()
2426 if (!this->parseComment(memberIter->fFileName, memberIter->fContentStart, in parseOneEnumConst()
2468 fParent->fFileName = fFileName; in parseInclude()
3405 TextParser tp(fFileName, nameStart, tokenWalker->fStart, fLineCount); in parseChar()
3611 string bmhFile = root ? root->fFileName : bDef ? bDef->fFileName : "a *.bmh file"; in suggestFix()
3629 SkDebugf(kMethodMissingStr, bmhFile.c_str(), methodNameLessImpl, iDef.fFileName.c_str(), in suggestFix()
3638 SkDebugf(kMethodDiffersStr, iDef.fFileName.c_str(), methodName); in suggestFix()