Home | History | Annotate | Download | only in Parse

Lines Matching full:__extension__

135 /// This routine is called when a leading '__extension__' is seen and
480 /// [GNU] '__extension__' '__real' '__imag'
930 case tok::kw___extension__:{//unary-expression:'__extension__' cast-expr [GNU]
931 // __extension__ silences extension warnings in the subexpression.