Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp3251 bool disabledDebugInfo; member
3253 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
3257 if (disabledDebugInfo) in ~DisableDebugLocationUpdates()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3935 bool disabledDebugInfo; member
3937 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
3941 if (disabledDebugInfo) in ~DisableDebugLocationUpdates()