Searched refs:expectReturn (Results 1 – 2 of 2) sorted by relevance
432 bool expectReturn = this->methodHasReturn(name, &methodParser); in checkMethod() local443 if (!expectReturn) { in checkMethod()451 if (expectReturn && !foundReturn && !foundPopulate) { in checkMethod()924 bool expectReturn = 4 != returnEnd - lastStart || strncmp("void", lastStart, 4); in methodHasReturn() local925 if (MethodType::kNone != fMethodType && MethodType::kOperator != fMethodType && !expectReturn) { in methodHasReturn()934 expectReturn = true; in methodHasReturn()937 expectReturn = false; in methodHasReturn()940 return expectReturn; in methodHasReturn()