Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp332 llvm::StringRef variable_expr_path, ExecutionContextScope *scope, in GetValuesForVariableExpressionPath() argument
336 if (!callback || variable_expr_path.empty()) { in GetValuesForVariableExpressionPath()
341 switch (variable_expr_path.front()) { in GetValuesForVariableExpressionPath()
344 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
365 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath()
392 if (!g_regex.Execute(variable_expr_path, &regex_match)) { in GetValuesForVariableExpressionPath()
395 variable_expr_path.str().c_str()); in GetValuesForVariableExpressionPath()
398 if (!regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name)) { in GetValuesForVariableExpressionPath()
401 variable_expr_path.str().c_str()); in GetValuesForVariableExpressionPath()
424 variable_expr_path.drop_front(variable_name.size()); in GetValuesForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h102 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,