Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4312 struct DisableDebugLocationUpdates { struct
4315 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument
4319 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates() argument
4356 DisableDebugLocationUpdates Dis(*this, E); in EmitCallArg()