reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1291 if (L.isMacroID()) 1302 StringRef AnnotationSpelling = getFallthroughAttrSpelling(PP, L); 1305 S.Diag(L, diag::note_insert_fallthrough_fixit) 1307 << FixItHint::CreateInsertion(L, TextToInsert); 1309 S.Diag(L, diag::note_insert_break_fixit) 1310 << FixItHint::CreateInsertion(L, "break; ");