Home | History | Annotate | Download | only in MCParser

Lines Matching defs:DiagHandler

192   static void DiagHandler(const SMDiagnostic &Diag, void *Context);
388 SrcMgr.setDiagHandler(DiagHandler, this);
1342 /// DiagHandler - will use the the last parsed cpp hash line filename comment
1344 void AsmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) {