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