Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp203 static bool CanTakeAddressOfLValue(const Expr *lvalue_expr) { in CanTakeAddressOfLValue() function
332 if (is_lvalue && CanTakeAddressOfLValue(last_expr)) { in SynthesizeBodyResult()