Lines Matching refs:wordCheck
76 void wordCheck(string str);
77 void wordCheck(ptrdiff_t len, const char* ch);
165 this->wordCheck(def->fName); in check()
176 this->wordCheck(def->fName); in check()
178 this->wordCheck(lineEnd - textStart, textStart); in check()
192 this->wordCheck(def->fName); in check()
235 this->wordCheck(method_name); in check()
256 this->wordCheck(paramParser.fChar - paramName, paramName); in check()
283 this->wordCheck(end - code.fChar, code.fChar); in check()
290 this->wordCheck(def->fName); in check()
410 this->wordCheck(word); in leafCheck()
501 wordCheck(word); in printCheck()
587 void SpellCheck::wordCheck(string str) { in wordCheck() function in SpellCheck
638 this->wordCheck(token); in wordCheck()
680 void SpellCheck::wordCheck(ptrdiff_t len, const char* ch) { in wordCheck() function in SpellCheck