It's not "defined" though, it's an action. It's like if you do a pinMode() in setup(), the pin's still pinMode()-ed when you digitalWrite() it later in loop().
According to the Arduino tutorial on LEDs at the very last part, servo.attach() should not be called in void setup() because it is not global to void loop().
Can you link to and/or quote from that please?