Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
4362 struct DisableDebugLocationUpdates { struct4363 CodeGenFunction &CGF;4364 bool disabledDebugInfo;4365 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument4369 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()