Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
4222 struct DisableDebugLocationUpdates { struct4223 CodeGenFunction &CGF;4224 bool disabledDebugInfo;4225 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function4229 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()