Home
last modified time | relevance | path

Searched refs: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
4595 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument
4599 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates() argument
4636 DisableDebugLocationUpdates Dis(*this, E); in EmitCallArg()