Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp311 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
327 (is_lvalue ? "lvalue" : "rvalue"), s.c_str()); in SynthesizeBodyResult()
332 if (is_lvalue && CanTakeAddressOfLValue(last_expr)) { in SynthesizeBodyResult()
H A DClangExpressionDeclMap.h128 bool is_result, bool is_lvalue);
H A DClangExpressionDeclMap.cpp219 bool is_lvalue) { in AddPersistentVariable() argument
250 user_type, is_lvalue, m_keep_result_in_memory, m_result_delegate, err); in AddPersistentVariable()
319 if (is_lvalue) { in AddPersistentVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h104 uint32_t AddResultVariable(const CompilerType &type, bool is_lvalue,