Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp2906 struct DisableDebugLocationUpdates { struct
2909 DisableDebugLocationUpdates(CodeGenFunction &CGF, const Expr *E) : CGF(CGF) { in DisableDebugLocationUpdates() function
2913 ~DisableDebugLocationUpdates() { in ~DisableDebugLocationUpdates() argument
2923 DisableDebugLocationUpdates Dis(*this, E); in EmitCallArg()