Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTResultSynthesizer.cpp203 static bool CanTakeAddressOfLValue(const Expr *lvalue_expr) { in CanTakeAddressOfLValue() function
332 if (is_lvalue && CanTakeAddressOfLValue(last_expr)) { in SynthesizeBodyResult()