Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
4312 struct DisableDebugLocationUpdates { struct4313 CodeGenFunction &CGF;4314 bool disabledDebugInfo;4315 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument4319 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()