Home | History | Annotate | Download | only in Parse

Lines Matching full:__extension__

702 /// [GNU]   '__extension__' declaration
844 // __extension__ can start declarations and it can also be a unary
845 // operator for expressions. Consume multiple __extension__ markers here
857 // __extension__ silences extension warnings in the subdeclaration.
858 // FIXME: Save the __extension__ on the decl as a node somehow?
867 // Otherwise this was a unary __extension__ marker.