Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp202 std::string full_prefix_storage; in Evaluate() local
204 full_prefix_storage = std::string(prefix); in Evaluate()
205 full_prefix_storage.append(std::string(option_prefix)); in Evaluate()
206 full_prefix = full_prefix_storage; in Evaluate()