Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4614 struct DisableDebugLocationUpdates { struct
4617 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
4621 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates() argument
4658 DisableDebugLocationUpdates Dis(*this, E); in EmitCallArg()