Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3540 struct DisableDebugLocationUpdates { struct
3543 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
3547 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates() argument
3584 DisableDebugLocationUpdates Dis(*this, E); in EmitCallArg()