Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4592 struct DisableDebugLocationUpdates { struct
4593 CodeGenFunction &CGF;
4594 bool disabledDebugInfo;
4595 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
4599 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()