Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4224 bool disabledDebugInfo; member
4226 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
4230 if (disabledDebugInfo) in ~DisableDebugLocationUpdates()