Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp615 std::string name_to_deref = llvm::formatv("[{0}]", index); in ExpandIndexedExpression() local
616 LLDB_LOG(log, "[ExpandIndexedExpression] name to deref: {0}", name_to_deref); in ExpandIndexedExpression()
624 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()