reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
314 if (!var) 317 var->m_frozen_sp->SetHasCompleteType(); 320 var->m_flags |= ClangExpressionVariable::EVNeedsFreezeDry; 322 var->m_flags |= 328 var->m_flags |= ClangExpressionVariable::EVIsProgramReference; 330 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; 331 var->m_flags |= ClangExpressionVariable::EVNeedsAllocation; 335 var->m_flags |= ClangExpressionVariable::EVKeepInTarget; 338 LLDB_LOGF(log, "Created persistent variable with flags 0x%hx", var->m_flags); 340 var->EnableParserVars(GetParserID()); 343 var->GetParserVars(GetParserID());