Lines Matching refs:Start
73 ETSThrowWarning("Suggest 'final' modifier for class", classDef->Ident()->Start());
116 ETSThrowWarning("Suggest 'final' modifier for method", methodDef->Function()->Start());
141 lexer::SourcePosition pos = exprCallee->Start();
143 pos = exprCallee->AsMemberExpression()->Object()->Start();
148 ETSThrowWarning("Prohibit top-level statements", assignmentExpr->Left()->Start());
167 ETSThrowWarning("Prohibit top-level statements", statement->Start());
218 ETSThrowWarning("Boost Equality Statement. Change sides of binary expression", node->Start());
230 ETSThrowWarning("Replace asynchronous function with coroutine", methodDefinition->Start());
241 ETSThrowWarning("Replace the lambda function with a regular function", node->Start());
253 ETSThrowWarning("Implicit Boxing to Int" + GetBoxingUnboxingType(node), node->Start());
256 ETSThrowWarning("Implicit Boxing to Boolean" + GetBoxingUnboxingType(node), node->Start());
259 ETSThrowWarning("Implicit Boxing to Byte" + GetBoxingUnboxingType(node), node->Start());
262 ETSThrowWarning("Implicit Boxing to Char" + GetBoxingUnboxingType(node), node->Start());
265 ETSThrowWarning("Implicit Boxing to Double" + GetBoxingUnboxingType(node), node->Start());
268 ETSThrowWarning("Implicit Boxing to Float" + GetBoxingUnboxingType(node), node->Start());
271 ETSThrowWarning("Implicit Boxing to Long" + GetBoxingUnboxingType(node), node->Start());
274 ETSThrowWarning("Implicit Boxing to Short" + GetBoxingUnboxingType(node), node->Start());
289 ETSThrowWarning("Implicit Unboxing to int" + GetBoxingUnboxingType(node), node->Start());
292 ETSThrowWarning("Implicit Unboxing to boolean" + GetBoxingUnboxingType(node), node->Start());
295 ETSThrowWarning("Implicit Unboxing to byte" + GetBoxingUnboxingType(node), node->Start());
298 ETSThrowWarning("Implicit Unboxing to char" + GetBoxingUnboxingType(node), node->Start());
301 ETSThrowWarning("Implicit Unboxing to double" + GetBoxingUnboxingType(node), node->Start());
304 ETSThrowWarning("Implicit Unboxing to float" + GetBoxingUnboxingType(node), node->Start());
307 ETSThrowWarning("Implicit Unboxing to long" + GetBoxingUnboxingType(node), node->Start());
310 ETSThrowWarning("Implicit Unboxing to short" + GetBoxingUnboxingType(node), node->Start());