summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGCall.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen/CGCall.h')
-rw-r--r--clang/lib/CodeGen/CGCall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGCall.h b/clang/lib/CodeGen/CGCall.h
index 0b4e3f9cb036..17b2ce558f71 100644
--- a/clang/lib/CodeGen/CGCall.h
+++ b/clang/lib/CodeGen/CGCall.h
@@ -457,6 +457,12 @@ inline FnInfoOpts &operator&=(FnInfoOpts &A, FnInfoOpts B) {
return A;
}
+struct DisableDebugLocationUpdates {
+ CodeGenFunction &CGF;
+ DisableDebugLocationUpdates(CodeGenFunction &CGF);
+ ~DisableDebugLocationUpdates();
+};
+
} // end namespace CodeGen
} // end namespace clang