Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DVariable.cpp331 llvm::StringRef variable_expr_path, ExecutionContextScope *scope, in GetValuesForVariableExpressionPath() argument
335 if (!callback || variable_expr_path.empty()) { in GetValuesForVariableExpressionPath()
340 switch (variable_expr_path.front()) { in GetValuesForVariableExpressionPath()
343 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
364 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
390 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath()
393 variable_expr_path.str().c_str()); in GetValuesForVariableExpressionPath()
417 variable_expr_path.drop_front(variable_name.size()); in GetValuesForVariableExpressionPath()
/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h100 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,