Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4362 struct DisableDebugLocationUpdates { struct
4363 CodeGenFunction &CGF;
4364 bool disabledDebugInfo;
4365 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument
4369 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()