Searched refs:DiagnosticInfoDontCall (Results 1 – 3 of 3) sorted by relevance
435 DiagnosticInfoDontCall D(F->getName(), A.getValueAsString(), Sev, in diagnoseDontCall()442 void DiagnosticInfoDontCall::print(DiagnosticPrinter &DP) const { in print()
460 void DontCallDiagHandler(const DiagnosticInfoDontCall &D);843 void BackendConsumer::DontCallDiagHandler(const DiagnosticInfoDontCall &D) { in DontCallDiagHandler()954 DontCallDiagHandler(cast<DiagnosticInfoDontCall>(DI)); in DiagnosticHandlerImpl()
1101 class DiagnosticInfoDontCall : public DiagnosticInfo {1107 DiagnosticInfoDontCall(StringRef CalleeName, StringRef Note, in DiagnosticInfoDontCall() function