Home | History | Annotate | Download | only in Sema

Lines Matching refs:inappropriate

1728     const char *inappropriate = 0;
1732 case OK_BitField: inappropriate = "bit-field"; break;
1733 case OK_VectorComponent: inappropriate = "vector element"; break;
1734 case OK_ObjCProperty: inappropriate = "property expression"; break;
1735 case OK_ObjCSubscript: inappropriate = "container subscripting expression";
1738 if (inappropriate) {
1740 << inappropriate << DestType