Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp3249 struct DisableDebugLocationUpdates { struct
3250 CodeGenFunction &CGF;
3251 bool disabledDebugInfo;
3252 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() argument
3256 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3933 struct DisableDebugLocationUpdates { struct
3934 CodeGenFunction &CGF;
3935 bool disabledDebugInfo;
3936 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
3940 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates()