Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
4592 struct DisableDebugLocationUpdates { struct4593 CodeGenFunction &CGF;4594 bool disabledDebugInfo;4595 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function4599 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()