Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance
2906 struct DisableDebugLocationUpdates { struct2907 CodeGenFunction &CGF;2908 bool disabledDebugInfo;2909 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function2913 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()