Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp326 llvm::StringRef variable_expr_path, ExecutionContextScope *scope, in GetValuesForVariableExpressionPath() argument
330 if (!callback || variable_expr_path.empty()) { in GetValuesForVariableExpressionPath()
335 switch (variable_expr_path.front()) { in GetValuesForVariableExpressionPath()
338 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
359 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
385 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath()
387 "unable to extract a variable name from '{0}'", variable_expr_path); in GetValuesForVariableExpressionPath()
411 variable_expr_path.drop_front(variable_name.size()); in GetValuesForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h104 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,