Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4222 struct DisableDebugLocationUpdates { struct
4223 CodeGenFunction &CGF;
4224 bool disabledDebugInfo;
4225 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
4229 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()