Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3542 bool disabledDebugInfo; member
3544 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
3548 if (disabledDebugInfo) in ~DisableDebugLocationUpdates()