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