Home | History | Annotate | Download | only in Sema

Lines Matching refs:inappropriate

1748     const char *inappropriate = nullptr;
1752 case OK_BitField: inappropriate = "bit-field"; break;
1753 case OK_VectorComponent: inappropriate = "vector element"; break;
1754 case OK_ObjCProperty: inappropriate = "property expression"; break;
1755 case OK_ObjCSubscript: inappropriate = "container subscripting expression";
1758 if (inappropriate) {
1760 << inappropriate << DestType