Searched refs:variable_expr_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 327 llvm::StringRef variable_expr_path, ExecutionContextScope *scope, in GetValuesForVariableExpressionPath() argument 331 if (!callback || variable_expr_path.empty()) { in GetValuesForVariableExpressionPath() 336 switch (variable_expr_path.front()) { in GetValuesForVariableExpressionPath() 339 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath() 360 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath() 386 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath() 388 "unable to extract a variable name from '{0}'", variable_expr_path); in GetValuesForVariableExpressionPath() 412 variable_expr_path.drop_front(variable_name.size()); in GetValuesForVariableExpressionPath()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 107 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,
|