Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h460 struct DisableDebugLocationUpdates { struct
462 DisableDebugLocationUpdates(CodeGenFunction &CGF); argument
463 ~DisableDebugLocationUpdates();
H A DCGCall.cpp4826 std::optional<DisableDebugLocationUpdates> Dis; in EmitCallArg()
6222 DisableDebugLocationUpdates::DisableDebugLocationUpdates(CodeGenFunction &CGF) in DisableDebugLocationUpdates() function in DisableDebugLocationUpdates
6227 DisableDebugLocationUpdates::~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()
H A DCGExpr.cpp3323 DisableDebugLocationUpdates D(*this); in EmitDeclRefLValue()