Searched defs:DiagHandlerTy (Results 1 – 4 of 4) sorted by relevance
39 typedef void (*DiagHandlerTy)(const SMDiagnostic&, void *Context); typedef
46 typedef void (*DiagHandlerTy)(const SMDiagnostic &, void *Context); typedef
54 using DiagHandlerTy = void (*)(const SMDiagnostic &, void *Context); variable