Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:statement

73         case 1: // expected-error {{'case' statement not in switch statement}}
74 break; // expected-error {{'break' statement not in loop or switch statement}}
75 default: // expected-error {{'default' statement not in switch statement}}
76 continue; // expected-error {{'continue' statement not in loop statement}}
81 case 2: // expected-error {{'case' statement not in switch statement}}
82 break; // expected-error {{'break' statement not in loop or switch statement}}
83 default: // expected-error {{'default' statement not in switch statement}}
84 continue; // expected-error {{'continue' statement not in loop statement}}