reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2398 OS << "static const char *getMatchKindDiag(" << Info.Target.getName() 2401 OS << " switch (MatchResult) {\n"; 2407 OS << " case " << Info.Target.getName() 2409 OS << " return \"" << CI.DiagnosticString << "\";\n"; 2413 OS << " default:\n"; 2414 OS << " return nullptr;\n"; 2416 OS << " }\n"; 2417 OS << "}\n\n";