Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
3249 struct DisableDebugLocationUpdates { struct3250 CodeGenFunction &CGF;3251 bool disabledDebugInfo;3252 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function3256 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()