Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4614 struct DisableDebugLocationUpdates { struct
4615 CodeGenFunction &CGF;
4616 bool disabledDebugInfo;
4617 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
4621 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()