Home
last modified time | relevance | path

Searched defs:DisableDebugLocationUpdates (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4229 struct DisableDebugLocationUpdates { struct
4230 CodeGenFunction &CGF;
4231 bool disabledDebugInfo;
4232 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument
4236 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()