Home | History | Annotate | Download | only in Sema

Lines Matching full:__begin

1888 ///     for ( auto __begin = begin-expr,
1890 /// __begin != __end;
1891 /// ++__begin ) {
1892 /// for-range-declaration = *__begin;
2144 // Build auto __begin = begin-expr, __end = end-expr.
2146 "__begin");
2150 // Build begin-expr and end-expr and attach to __begin and __end variables.
2269 // Build and check __begin != __end expression.
2283 // Build and check ++__begin expression.
2298 // Build and check *__begin expression.
2312 // Attach *__begin as initializer for VD. Don't touch it if we're just