Lines Matching refs:Start
103 ThrowTypeError({"Cannot assign to '", name, "' because it is not a variable."}, expr->Start());
107 ThrowTypeError(invalidOptionalChainMsg, expr->Start());
110 ThrowTypeError(invalidReferenceMsg, expr->Start());
324 ArrayElaborationContext(this, targetType, sourceType, sourceNode, pos).Start();
327 ObjectElaborationContext(this, targetType, sourceType, sourceNode, pos).Start();
329 ArrayElaborationContext(this, targetType, sourceType, sourceNode, pos).Start();
354 declarator->Id()->Start());
383 ThrowTypeError({"Parameter ", ident->Name(), " implicitly has an 'any' type."}, ident->Start());
411 decl->Node()->Start());
424 decl->Node()->Start());
480 decl->Node()->Start());
511 TypeStackElement tse(this, var, {"Type alias ", var->Name(), " circularly refences itself"}, node->Start());
538 node->Start());