Lines Matching full:within
148 The compound statement body establishes a new lexical scope within
149 that of its parent. Variables used within the scope of the compound
155 Local automatic (stack) variables referenced within the compound
173 each activation frame contains a new copy of variables declared within
178 Block literal expressions may occur within Block literal expressions
227 __block declaration within a block literal] The ``__block`` storage
274 Within a Block literal expression within a method definition
281 variables of automatic storage referenced within the Block expression
311 Block literal expressions within functions are extended to allow const
314 As usual, within the block, references to captured variables become