Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h331 GetVariable (const ConstString &name) in GetVariable() function
345 GetVariable (const char *name) in GetVariable() function
374 GetVariable (const clang::NamedDecl *decl, uint64_t parser_id) in GetVariable() function
/external/lldb/source/Core/
DValue.cpp243 Variable *variable = GetVariable(); in GetClangType()
441 Variable *variable = GetVariable(); in GetValueAsData()
483 Variable *variable = GetVariable(); in GetValueAsData()
674 Value::GetVariable() in GetVariable() function in Value
/external/lldb/source/Expression/
DClangPersistentVariables.cpp41 ClangExpressionVariableSP var_sp (GetVariable(name)); in CreatePersistentVariable()
DClangExpressionDeclMap.cpp318 if (m_struct_members.GetVariable(decl, GetParserID())) in AddValueToStruct()
321 ClangExpressionVariableSP var_sp (m_found_entities.GetVariable(decl, GetParserID())); in AddValueToStruct()
325 var_sp = m_parser_vars->m_persistent_vars->GetVariable(decl, GetParserID()); in AddValueToStruct()
476 ClangExpressionVariableSP entity_sp(m_found_entities.GetVariable(decl, GetParserID())); in GetFunctionInfo()
1188 ClangExpressionVariableSP pvar_sp(m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/external/lldb/include/lldb/Core/
DValue.h242 GetVariable();
/external/libvncserver/webclients/novnc/include/web-socket-js/
Dswfobject.js4GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseI…
/external/libvncserver/webclients/novnc/include/
Dutil.js649 v = new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version');
/external/lldb/source/API/
DSBFrame.cpp933 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()
/external/lldb/source/Target/
DTarget.cpp1868 persistent_var_sp = m_persistent_variables.GetVariable (expr_cstr); in EvaluateExpression()